-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMriTypeSupportImpl.h
410 lines (313 loc) · 12.8 KB
/
MriTypeSupportImpl.h
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
/* -*- C++ -*- */
/* Generated by ..\..\..\bin\opendds_idl version 3.12 (ACE version 6.2a_p13) running on input file Mri.idl */
#ifndef OPENDDS_IDL_GENERATED_MRITYPESUPPORTIMPL_H_5CUQTL
#define OPENDDS_IDL_GENERATED_MRITYPESUPPORTIMPL_H_5CUQTL
#include "MriC.h"
#include "dds/DCPS/Definitions.h"
#include "dds/DdsDcpsC.h"
#include "MriTypeSupportC.h"
#include "dds/DCPS/Serializer.h"
#include "dds/DCPS/TypeSupportImpl.h"
/* Begin MODULE: CORBA */
/* End MODULE: CORBA */
/* Begin MODULE: Mri */
/* Begin STRUCT: Aux2Strings */
OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL
namespace OpenDDS { namespace DCPS {
mriCommon_Export
void gen_find_size(const Mri::Aux2Strings& stru, size_t& size, size_t& padding);
mriCommon_Export
bool operator<<(Serializer& strm, const Mri::Aux2Strings& stru);
mriCommon_Export
bool operator>>(Serializer& strm, Mri::Aux2Strings& stru);
mriCommon_Export
size_t gen_max_marshaled_size(const Mri::Aux2Strings& stru, bool align);
mriCommon_Export
size_t gen_max_marshaled_size(KeyOnly<const Mri::Aux2Strings> stru, bool align);
mriCommon_Export
void gen_find_size(KeyOnly<const Mri::Aux2Strings> stru, size_t& size, size_t& padding);
mriCommon_Export
bool operator<<(Serializer& strm, KeyOnly<const Mri::Aux2Strings> stru);
mriCommon_Export
bool operator>>(Serializer& strm, KeyOnly<Mri::Aux2Strings> stru);
template <>
struct MarshalTraits<Mri::Aux2Strings> {
static bool gen_is_bounded_size() { return false; }
static bool gen_is_bounded_key_size() { return true; }
};
} }
OPENDDS_END_VERSIONED_NAMESPACE_DECL
namespace Mri {
// This structure supports use of std::map with a key
// defined by one or more #pragma DCPS_DATA_KEY lines.
struct mriCommon_Export Aux2Strings_OpenDDS_KeyLessThan {
bool operator()(const Mri::Aux2Strings&, const Mri::Aux2Strings&) const
{
// Eith no DCPS_DATA_KEYs, return false
// to allow use of map with just one entry
return false;
}
};
}
namespace Mri {
class Aux2StringsTypeSupportImpl;
}
OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL
namespace OpenDDS { namespace DCPS {
template <>
struct DDSTraits<Mri::Aux2Strings> {
typedef Mri::Aux2Strings MessageType;
typedef Mri::Aux2StringsSeq MessageSequenceType;
typedef Mri::Aux2StringsTypeSupport TypeSupportType;
typedef Mri::Aux2StringsTypeSupportImpl TypeSupportTypeImpl;
typedef Mri::Aux2StringsDataWriter DataWriterType;
typedef Mri::Aux2StringsDataReader DataReaderType;
typedef Mri::Aux2Strings_OpenDDS_KeyLessThan LessThanType;
static const char* type_name () { return "Mri::Aux2Strings"; }
static bool gen_has_key () { return false; }
static size_t gen_max_marshaled_size(const MessageType& x, bool align) { return ::OpenDDS::DCPS::gen_max_marshaled_size(x, align); }
static void gen_find_size(const MessageType& arr, size_t& size, size_t& padding) { ::OpenDDS::DCPS::gen_find_size(arr, size, padding); }
static size_t gen_max_marshaled_size(const OpenDDS::DCPS::KeyOnly<const MessageType>& x, bool align) { return ::OpenDDS::DCPS::gen_max_marshaled_size(x, align); }
static void gen_find_size(const OpenDDS::DCPS::KeyOnly<const MessageType>& arr, size_t& size, size_t& padding) { ::OpenDDS::DCPS::gen_find_size(arr, size, padding); }
};
} }
OPENDDS_END_VERSIONED_NAMESPACE_DECL
namespace Mri {
class mriCommon_Export Aux2StringsTypeSupportImpl
: public virtual OpenDDS::DCPS::LocalObject<Aux2StringsTypeSupport>
, public virtual OpenDDS::DCPS::TypeSupportImpl
{
public:
typedef OpenDDS::DCPS::DDSTraits<Aux2Strings> TraitsType;
typedef Aux2StringsTypeSupport TypeSupportType;
typedef Aux2StringsTypeSupport::_var_type _var_type;
typedef Aux2StringsTypeSupport::_ptr_type _ptr_type;
Aux2StringsTypeSupportImpl() {}
virtual ~Aux2StringsTypeSupportImpl() {}
virtual ::DDS::DataWriter_ptr create_datawriter();
virtual ::DDS::DataReader_ptr create_datareader();
#ifndef OPENDDS_NO_MULTI_TOPIC
virtual ::DDS::DataReader_ptr create_multitopic_datareader();
#endif /* !OPENDDS_NO_MULTI_TOPIC */
#ifndef OPENDDS_NO_CONTENT_SUBSCRIPTION_PROFILE
virtual const OpenDDS::DCPS::MetaStruct& getMetaStructForType();
#endif /* !OPENDDS_NO_CONTENT_SUBSCRIPTION_PROFILE */
virtual bool has_dcps_key();
const char* default_type_name() const;
static Aux2StringsTypeSupport::_ptr_type _narrow(CORBA::Object_ptr obj);
};
}
#ifndef OPENDDS_NO_CONTENT_SUBSCRIPTION_PROFILE
OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL
namespace OpenDDS { namespace DCPS {
class MetaStruct;
template<typename T>
const MetaStruct& getMetaStruct();
template<>
mriCommon_Export
const MetaStruct& getMetaStruct<Mri::Aux2Strings>();
mriCommon_Export
bool gen_skip_over(Serializer& ser, Mri::Aux2Strings*);
} }
OPENDDS_END_VERSIONED_NAMESPACE_DECL
#endif
/* End STRUCT: Aux2Strings */
/* Begin STRUCT: V2XMessage */
OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL
namespace OpenDDS { namespace DCPS {
mriCommon_Export
void gen_find_size(const Mri::V2XMessage& stru, size_t& size, size_t& padding);
mriCommon_Export
bool operator<<(Serializer& strm, const Mri::V2XMessage& stru);
mriCommon_Export
bool operator>>(Serializer& strm, Mri::V2XMessage& stru);
mriCommon_Export
size_t gen_max_marshaled_size(const Mri::V2XMessage& stru, bool align);
mriCommon_Export
size_t gen_max_marshaled_size(KeyOnly<const Mri::V2XMessage> stru, bool align);
mriCommon_Export
void gen_find_size(KeyOnly<const Mri::V2XMessage> stru, size_t& size, size_t& padding);
mriCommon_Export
bool operator<<(Serializer& strm, KeyOnly<const Mri::V2XMessage> stru);
mriCommon_Export
bool operator>>(Serializer& strm, KeyOnly<Mri::V2XMessage> stru);
template <>
struct MarshalTraits<Mri::V2XMessage> {
static bool gen_is_bounded_size() { return false; }
static bool gen_is_bounded_key_size() { return true; }
};
} }
OPENDDS_END_VERSIONED_NAMESPACE_DECL
namespace Mri {
// This structure supports use of std::map with a key
// defined by one or more #pragma DCPS_DATA_KEY lines.
struct mriCommon_Export V2XMessage_OpenDDS_KeyLessThan {
bool operator()(const Mri::V2XMessage& v1, const Mri::V2XMessage& v2) const
{
using ::operator<; // TAO::String_Manager's operator< is in global NS
if (v1.sender_id < v2.sender_id) return true;
if (v2.sender_id < v1.sender_id) return false;
return false;
}
};
}
namespace Mri {
class V2XMessageTypeSupportImpl;
}
OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL
namespace OpenDDS { namespace DCPS {
template <>
struct DDSTraits<Mri::V2XMessage> {
typedef Mri::V2XMessage MessageType;
typedef Mri::V2XMessageSeq MessageSequenceType;
typedef Mri::V2XMessageTypeSupport TypeSupportType;
typedef Mri::V2XMessageTypeSupportImpl TypeSupportTypeImpl;
typedef Mri::V2XMessageDataWriter DataWriterType;
typedef Mri::V2XMessageDataReader DataReaderType;
typedef Mri::V2XMessage_OpenDDS_KeyLessThan LessThanType;
static const char* type_name () { return "Mri::V2XMessage"; }
static bool gen_has_key () { return true; }
static size_t gen_max_marshaled_size(const MessageType& x, bool align) { return ::OpenDDS::DCPS::gen_max_marshaled_size(x, align); }
static void gen_find_size(const MessageType& arr, size_t& size, size_t& padding) { ::OpenDDS::DCPS::gen_find_size(arr, size, padding); }
static size_t gen_max_marshaled_size(const OpenDDS::DCPS::KeyOnly<const MessageType>& x, bool align) { return ::OpenDDS::DCPS::gen_max_marshaled_size(x, align); }
static void gen_find_size(const OpenDDS::DCPS::KeyOnly<const MessageType>& arr, size_t& size, size_t& padding) { ::OpenDDS::DCPS::gen_find_size(arr, size, padding); }
};
} }
OPENDDS_END_VERSIONED_NAMESPACE_DECL
namespace Mri {
class mriCommon_Export V2XMessageTypeSupportImpl
: public virtual OpenDDS::DCPS::LocalObject<V2XMessageTypeSupport>
, public virtual OpenDDS::DCPS::TypeSupportImpl
{
public:
typedef OpenDDS::DCPS::DDSTraits<V2XMessage> TraitsType;
typedef V2XMessageTypeSupport TypeSupportType;
typedef V2XMessageTypeSupport::_var_type _var_type;
typedef V2XMessageTypeSupport::_ptr_type _ptr_type;
V2XMessageTypeSupportImpl() {}
virtual ~V2XMessageTypeSupportImpl() {}
virtual ::DDS::DataWriter_ptr create_datawriter();
virtual ::DDS::DataReader_ptr create_datareader();
#ifndef OPENDDS_NO_MULTI_TOPIC
virtual ::DDS::DataReader_ptr create_multitopic_datareader();
#endif /* !OPENDDS_NO_MULTI_TOPIC */
#ifndef OPENDDS_NO_CONTENT_SUBSCRIPTION_PROFILE
virtual const OpenDDS::DCPS::MetaStruct& getMetaStructForType();
#endif /* !OPENDDS_NO_CONTENT_SUBSCRIPTION_PROFILE */
virtual bool has_dcps_key();
const char* default_type_name() const;
static V2XMessageTypeSupport::_ptr_type _narrow(CORBA::Object_ptr obj);
};
}
#ifndef OPENDDS_NO_CONTENT_SUBSCRIPTION_PROFILE
OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL
namespace OpenDDS { namespace DCPS {
template<>
mriCommon_Export
const MetaStruct& getMetaStruct<Mri::V2XMessage>();
mriCommon_Export
bool gen_skip_over(Serializer& ser, Mri::V2XMessage*);
} }
OPENDDS_END_VERSIONED_NAMESPACE_DECL
#endif
/* End STRUCT: V2XMessage */
/* Begin STRUCT: VehData */
OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL
namespace OpenDDS { namespace DCPS {
mriCommon_Export
void gen_find_size(const Mri::VehData& stru, size_t& size, size_t& padding);
mriCommon_Export
bool operator<<(Serializer& strm, const Mri::VehData& stru);
mriCommon_Export
bool operator>>(Serializer& strm, Mri::VehData& stru);
mriCommon_Export
size_t gen_max_marshaled_size(const Mri::VehData& stru, bool align);
mriCommon_Export
size_t gen_max_marshaled_size(KeyOnly<const Mri::VehData> stru, bool align);
mriCommon_Export
void gen_find_size(KeyOnly<const Mri::VehData> stru, size_t& size, size_t& padding);
mriCommon_Export
bool operator<<(Serializer& strm, KeyOnly<const Mri::VehData> stru);
mriCommon_Export
bool operator>>(Serializer& strm, KeyOnly<Mri::VehData> stru);
template <>
struct MarshalTraits<Mri::VehData> {
static bool gen_is_bounded_size() { return false; }
static bool gen_is_bounded_key_size() { return true; }
};
} }
OPENDDS_END_VERSIONED_NAMESPACE_DECL
namespace Mri {
// This structure supports use of std::map with a key
// defined by one or more #pragma DCPS_DATA_KEY lines.
struct mriCommon_Export VehData_OpenDDS_KeyLessThan {
bool operator()(const Mri::VehData&, const Mri::VehData&) const
{
// Eith no DCPS_DATA_KEYs, return false
// to allow use of map with just one entry
return false;
}
};
}
namespace Mri {
class VehDataTypeSupportImpl;
}
OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL
namespace OpenDDS { namespace DCPS {
template <>
struct DDSTraits<Mri::VehData> {
typedef Mri::VehData MessageType;
typedef Mri::VehDataSeq MessageSequenceType;
typedef Mri::VehDataTypeSupport TypeSupportType;
typedef Mri::VehDataTypeSupportImpl TypeSupportTypeImpl;
typedef Mri::VehDataDataWriter DataWriterType;
typedef Mri::VehDataDataReader DataReaderType;
typedef Mri::VehData_OpenDDS_KeyLessThan LessThanType;
static const char* type_name () { return "Mri::VehData"; }
static bool gen_has_key () { return false; }
static size_t gen_max_marshaled_size(const MessageType& x, bool align) { return ::OpenDDS::DCPS::gen_max_marshaled_size(x, align); }
static void gen_find_size(const MessageType& arr, size_t& size, size_t& padding) { ::OpenDDS::DCPS::gen_find_size(arr, size, padding); }
static size_t gen_max_marshaled_size(const OpenDDS::DCPS::KeyOnly<const MessageType>& x, bool align) { return ::OpenDDS::DCPS::gen_max_marshaled_size(x, align); }
static void gen_find_size(const OpenDDS::DCPS::KeyOnly<const MessageType>& arr, size_t& size, size_t& padding) { ::OpenDDS::DCPS::gen_find_size(arr, size, padding); }
};
} }
OPENDDS_END_VERSIONED_NAMESPACE_DECL
namespace Mri {
class mriCommon_Export VehDataTypeSupportImpl
: public virtual OpenDDS::DCPS::LocalObject<VehDataTypeSupport>
, public virtual OpenDDS::DCPS::TypeSupportImpl
{
public:
typedef OpenDDS::DCPS::DDSTraits<VehData> TraitsType;
typedef VehDataTypeSupport TypeSupportType;
typedef VehDataTypeSupport::_var_type _var_type;
typedef VehDataTypeSupport::_ptr_type _ptr_type;
VehDataTypeSupportImpl() {}
virtual ~VehDataTypeSupportImpl() {}
virtual ::DDS::DataWriter_ptr create_datawriter();
virtual ::DDS::DataReader_ptr create_datareader();
#ifndef OPENDDS_NO_MULTI_TOPIC
virtual ::DDS::DataReader_ptr create_multitopic_datareader();
#endif /* !OPENDDS_NO_MULTI_TOPIC */
#ifndef OPENDDS_NO_CONTENT_SUBSCRIPTION_PROFILE
virtual const OpenDDS::DCPS::MetaStruct& getMetaStructForType();
#endif /* !OPENDDS_NO_CONTENT_SUBSCRIPTION_PROFILE */
virtual bool has_dcps_key();
const char* default_type_name() const;
static VehDataTypeSupport::_ptr_type _narrow(CORBA::Object_ptr obj);
};
}
#ifndef OPENDDS_NO_CONTENT_SUBSCRIPTION_PROFILE
OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL
namespace OpenDDS { namespace DCPS {
template<>
mriCommon_Export
const MetaStruct& getMetaStruct<Mri::VehData>();
mriCommon_Export
bool gen_skip_over(Serializer& ser, Mri::VehData*);
} }
OPENDDS_END_VERSIONED_NAMESPACE_DECL
#endif
/* End STRUCT: VehData */
/* End MODULE: Mri */
#endif /* OPENDDS_IDL_GENERATED_MRITYPESUPPORTIMPL_H_5CUQTL */