DDS4CCM
1.2.5
|
Macros | |
#define | CIAO_DDS4CCM_CONTEXT_SWITCH 1 |
#define CIAO_DDS4CCM_CONTEXT_SWITCH 1 |
Configuration file for DDS4CCM. CIAO_DDS4CCM_CONTEXT_SWITCH defines whether DDS4CCM does use the ORB core reactor thread when a DDS callback has been received.
If this is defined to 1 DDS4CCM will pass the DDS callback to the ORB Core Reactor thread which means a thread context switch
If this is defined to 0 no context switch takes place and the DDS callback is delivered to the user code on the DDS thread
If the user doesn't explicitly choose a value we will default to 1