OpenDDS  Snapshot(2023/04/28-20:55)
TypeObjectTypeSupportImpl.h
Go to the documentation of this file.
1 // The files generated from dds/DCPS/RTPS/TypeLookup.idl will expect
2 // TypeObjectTypeSupportImpl.h because it includes TypeObject.idl. Since TypeObject.idl
3 // isn't actually processed, we can just make this file and include
4 // TypeObject.h, which implements what would be generated by TypeObject.idl
5 // if we had full IDL4 support.
6 
7 #ifndef OPENDDS_DCPS_XTYPES_TYPEOBJECTTYPESUPPORTIMPL_H
8 #define OPENDDS_DCPS_XTYPES_TYPEOBJECTTYPESUPPORTIMPL_H
9 
10 #include "TypeObject.h"
11 #include "dds/DCPS/ValueReader.h"
12 
14 
15 namespace OpenDDS {
16 namespace DCPS {
17 
19 {
20  return false;
21 }
22 
24 { }
25 
27 {
28  return false;
29 }
30 
32 { }
33 
35 {
36  return false;
37 }
38 
40 { }
41 
43 {
44  return false;
45 }
46 
48 { }
49 
50 }
51 }
52 
54 
55 #endif /* OPENDDS_DCPS_XTYPES_TYPEOBJECTTYPESUPPORTIMPL_H */
void vwrite(ValueWriter &vw, const Observer::Sample &sample)
Definition: Observer.cpp:51
bool vread(ValueReader &, XTypes::TypeIdentifier &)
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL
The Internal API and Implementation of OpenDDS.
Definition: AddressCache.h:28