summaryrefslogtreecommitdiff
path: root/CIAO/MPC/config/dds4ccm_ts_default.mpb
blob: 22af464f67c0977e4662db1cf86717246b7c522a (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
// -*- MPC -*-
feature(dds4ccm_opendds) : dds4ccm, dcps_ts_defaults, dcps_rtps {
  Define_Custom(DDSGenerator) : TypeSupport {
    commandflags += -DCIAO_DDS4CCM_OPENDDS=1 -UDDS4CCM_NEEDS_SEQUENCES_DEFINED
    keyword opendds_ts_flags = commandflags
    keyword dds_ts_flags = commandflags
  }
}

feature(dds4ccm_coredx) : dds4ccm, coredx_ts_defaults, coredxlib {
  Define_Custom(DDSGenerator) : CoreDXTypeSupport {
    keyword dds_ts_flags = commandflags
   }
}

feature(dds4ccm_ndds) : dds4ccm, ndds_idltocpp_ts_defaults {
}

feature(!dds4ccm_opendds) {
  // this allows the user's project to reference opendds_ts_flags,
  // which will simply be ignored
  Define_Custom(OpenDDSDummyTypeSupport) {
    keyword opendds_ts_flags
  }
}

feature(!dds4ccm_ndds) {
  // this allows the user's project to reference ndds_ts_flags,
  // which will simply be ignored
  Define_Custom(NDDSDummyTypeSupport) {
    keyword ndds_ts_flags
  }
}

feature(!dds4ccm_coredx) {
  // this allows the user's project to reference coredx_ts_flags,
  // which will simply be ignored
  Define_Custom(CoreDXDummyTypeSupport) {
    keyword coredx_ts_flags
  }
}

feature(!dds4ccm_opendds, !dds4ccm_ndds, !dds4ccm_coredx) : typecode {
  Define_Custom(DDSGenerator) {
    keyword dds_ts_flags
  }
}