RTI Connext DDS Micro  Version 2.4.7
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Thread Porting Guide

The thread API is used by RTI Connext DDS Micro to create threads. Currently only the UDP transport uses threads and it is a goal to keep the generic RTI Connext DDS Micro core library free of threads. Thus, if RTI Connext DDS Micro is ported to an environment with no thread support the thread API can be stubbed out. However, note that the UDP transport must be ported accordingly in this case; that is all thread code must be removed and replaced with code appropriate for the environment.

The following functions must be ported:

Please refer to the OSAPI Thread API for definition of the behavior. The available source code contains implementation in the file:

srcC/osapi/<platform>/Thread.c


RTI Connext DDS Micro Version 2.4.7 Copyright © Fri Feb 26 2016 Real-Time Innovations, Inc