summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/impl/dds4ccm_conf.h
blob: 11ac69e581afdbf49ecfdd9b061431325c059f11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/**
 * @author Marcel Smit <msmit@remedy.nl>
 *
 * $Id$
 *
 * Configuration file for DDS4CCM.
 */

#ifndef DDS4CCM_CONF_H_
#define DDS4CCM_CONF_H_

/// Defines whether the Reader uses a QueryCondition.
/// If not, it uses a ContentFilteredTopic.
#if !defined (DDS4CCM_USES_QUERY_CONDITION)
#  define DDS4CCM_USES_QUERY_CONDITION 0
#endif /* DDS4CCM_USES_QUERY_CONDITION */

/// Defines whether DDS4CCM does a thread switch when
/// a DDS callback has been received. If this is not
/// defined, DDS4CCM uses the DDS thread to handle the
/// callbacks.
#if !defined (CIAO_DDS4CCM_CONTEXT_SWITCH)
#  define CIAO_DDS4CCM_CONTEXT_SWITCH 1
#endif /* CIAO_DDS4CCM_CONTEXT_SWITCH */

#endif /* DDS4CCM_CONF_H_ */