CoreDX DDS
C++ Reference Manual

CoreDX DDS DynamicTypes

Classes

class  DDS::DynamicType
 DynamicType is an object that enhances CoreDX DDS with the facilities to process dynamic data types (in other words, data types that are not defined at compile time). More...
class  DDS::OctetDynamicType
 Contains an octet. More...
class  DDS::BooleanDynamicType
 Contains a boolean. More...
class  DDS::CharDynamicType
 Contains a char. More...
class  DDS::ShortDynamicType
 Contains a short. More...
class  DDS::UShortDynamicType
 Contains an unsigned short. More...
class  DDS::LongDynamicType
 Contains a long. More...
class  DDS::ULongDynamicType
 Contains an unsigned long. More...
class  DDS::LongLongDynamicType
 Contains a long long. More...
class  DDS::ULongLongDynamicType
 Contains an unsigned long long. More...
class  DDS::FloatDynamicType
 Contains a float. More...
class  DDS::DoubleDynamicType
 Contains a double. More...
class  DDS::StringDynamicType
 Contains a string. More...
class  DDS::ArrayDynamicType
 Contains an array. More...
class  DDS::SequenceDynamicType
 Contains a sequence. More...
class  DDS::EnumConstant
 Represents an enum constant value. More...
class  DDS::EnumDynamicType
 Represents an enum (set of constants). More...
class  DDS::StructDynamicType
 Represents a struct of members. Each member has an associated data type. More...
class  DDS::UnionDynamicType
 Represents a union. More...
class  DDS::DynamicTypeDataReader
 A DataReader that reads 'DynamicType' data elements A DynamicTypeDataReader can read data published by a normal DataWriter or by a DynamicTypeDataWriter, if the QoS and data types match. More...
class  DDS::DynamicTypeDataWriter
 A DataWriter that writes 'DynamicType' data elements. Data written by this DataWriter can be read by a standard DataReader or by a DynamicTypeDataReader, if the QoS and data types match. More...
 All Classes Files Functions Variables

© 2009-2013 Twin Oaks Computing, Inc
Castle Rock, CO 80108
All rights reserved.