summaryrefslogtreecommitdiff
path: root/CIAO/MPC/config/dds4ccm_ts_default.mpb
blob: 3f91c951d2bfe8578087b7dacdfafbcce3b80692 (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
52
53
54
55
56
57
58
59
60
61
62
// -*- MPC -*-
// $Id$

feature(dds4ccm_opendds) : dds4ccm, dcps_ts_defaults, dcps {
  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_ts_defaults, nddslib, typecode {
  Define_Custom(DDSGenerator) : NDDSTypeSupport {
    commandflags += -typeSequenceSuffix RTISeq -enableEscapeChar -verbosity 1 -I $(CIAO_ROOT)/connectors/dds4ccm/idl -I $(CIAO_ROOT)/ccm -I $(CIAO_ROOT)
    keyword dds_ts_flags = commandflags
  }

  dynamicflags += NDDS_USER_DLL_EXPORT

  verbatim(gnuace, macros) {
    override no_hidden_visibility = 1
    override no_strict_aliasing = 1
  }
}

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 opendds_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 opendds_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
  }
}