DDS4CCM  1.1.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros
dds4ccm_conf.h File Reference

Macros

#define CIAO_DDS4CCM_CONTEXT_SWITCH   1
 

Macro Definition Documentation

#define CIAO_DDS4CCM_CONTEXT_SWITCH   1
Author
Marcel Smit (msmit.nosp@m.@rem.nosp@m.edy.n.nosp@m.l)
Id:
dds4ccm_conf.h 95870 2012-06-12 13:46:34Z johnnyw

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