summaryrefslogtreecommitdiff
path: root/CIAO/MPC/config/dds4ccm_ts_default.mpb
blob: 86d91e7c04b38aa3e31d973d83e3c8e6a2fa09da (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
49
50
51
// -*- MPC -*-
// $Id$

feature(dds4ccm_opendds) : dds4ccm, dcps_ts_defaults, dcps, typecode {
  Define_Custom(DDSGenerator) : TypeSupport {
    commandflags += -Wb,opendds_sequence_suffix=DDSSeq
    keyword opendds_ts_flags = commandflags
    keyword dds_ts_flags = commandflags
  }
}

feature(dds4ccm_splice) : dds4ccm, splice_ts_defaults {
  Define_Custom(DDSGenerator) : SpliceTypeSupport {
//    keyword splice_ts_flags = commandflags
    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_splice) {
  // this allows the user's project to reference splice_ts_flags,
  // which will simply be ignored
  Define_Custom(SpliceDummyTypeSupport) {
    keyword splice_ts_flags
  }
}

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