DDS4CCM  1.0.8
Defines
dds4ccm_conf.h File Reference

Defines

#define CIAO_DDS4CCM_CONTEXT_SWITCH   1

Define Documentation

#define CIAO_DDS4CCM_CONTEXT_SWITCH   1
Author:
Marcel Smit <msmit@remedy.nl>
Id:
dds4ccm_conf.h 94392 2011-08-11 07:02:46Z 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

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines