RTI Connext DDS Micro  Version 2.4.9
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
OS and CC Definition Files

The include/osapi/osapi_os_<port>.h file contains OS and platform specific definitions used by OSAPI and other modules. To include the platform specific file, define OSAPI_OS_DEF_H as a preprocessor directive. NOTE: The " must be part of the define):

    -DOSAPI_OS_DEF_H=\"osapi_os_<port>.h\"

It should be noted that does not auto-detection programs to detect the host and target build environment and only relies on predefined macros to determine the target environment. If cannot determine the target environment it is necessary to manually configure the correct OS definition file by defining OSAPI_OS_DEF_H (see above).

The include/osapi/osapi_cc_<compiler>.h file contains compiler specific definitions used by OSAPI and other modules. To include the platform specific file, define OSAPI_CC_DEF_H as a preprocessor directive. NOTE: The " must be part of the define):

    -DOSAPI_CC_DEF_H=\"osapi_cc_<compiler>.h\"

RTI Connext DDS Micro Version 2.4.9 Copyright © Thu Dec 15 2016 Real-Time Innovations, Inc