![]() |
CoreDX Data Distribution Service
The High Performance, Small Footprint DDS from Twin Oaks Computing, Inc
|
Data Structures | |
| class | DynamicData |
| A DynamicData object represents an individual data sample. It provides reflective getters and setters for the members of that sample. More... | |
| class | DynamicDataFactory |
| This type is responsible for creating DynamicData instances. More... | |
| class | DynamicDataReader |
| A DynamicDataReader access data samples in DynamicData form. More... | |
| class | DynamicDataWriter |
| A DynamicDataWriter process data samples in DynamicData form. More... | |
| class | DynamicType |
| An instance of DynamicType represent a type’s schema: its physical name, kind, member definitions (if any), and so on. More... | |
| class | DynamicTypeBuilder |
| A DynamicTypeBuilder object represents the state of a particular type defined according to the Type System. It is used to instantiate concrete DynamicType objects. More... | |
| class | DynamicTypeBuilderFactory |
| An instance of this type is responsible for creating DynamicType objects. More... | |
| class | DynamicTypeMember |
| A DynamicTypeMember represents a "member" of a type. A "member" in this sense may be a member of an aggregated type, a constant within an enumeration, or some other type substructure. More... | |
| class | DynamicTypeSupport |
| The DynamicTypeSupport interface extends the TypeSupport interface defined by the DDS specification. This TypeSupport operates on DynamicData samples. More... | |
| class | MemberDescriptor |
| A MemberDescriptor comprises the state of a DynamicTypeMember. More... | |
| class | TypeDescriptor |
| A TypeDescriptor comprises the state of a type. More... | |