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

The thread API is used by RTI Connext Micro to create threads. Currently only the UDP transport uses threads and it is a goal to keep the generic RTI Connext Micro core library free of threads. Thus, if RTI Connext 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 Micro Version 2.4.1.0 Copyright © Thu Nov 20 2014 Real-Time Innovations, Inc