CoreDX DDS C++ Reference Manual
Classes
CoreDX DDS DynamicTypes

Classes

class  CDX::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  CDX::OctetDynamicType
 Contains an octet. More...
 
class  CDX::BooleanDynamicType
 Contains a boolean. More...
 
class  CDX::CharDynamicType
 Contains a char. More...
 
class  CDX::ShortDynamicType
 Contains a short. More...
 
class  CDX::UShortDynamicType
 Contains an unsigned short. More...
 
class  CDX::LongDynamicType
 Contains a long. More...
 
class  CDX::ULongDynamicType
 Contains an unsigned long. More...
 
class  CDX::LongLongDynamicType
 Contains a long long. More...
 
class  CDX::ULongLongDynamicType
 Contains an unsigned long long. More...
 
class  CDX::FloatDynamicType
 Contains a float. More...
 
class  CDX::DoubleDynamicType
 Contains a double. More...
 
class  CDX::StringDynamicType
 Contains a string. More...
 
class  CDX::ArrayDynamicType
 Contains an array. More...
 
class  CDX::SequenceDynamicType
 Contains a sequence. More...
 
class  CDX::EnumConstant
 Represents an enum constant value. More...
 
class  CDX::EnumDynamicType
 Represents an enum (set of constants) More...
 
class  CDX::StructDynamicType
 Represents a struct of members. Each member has an associated data type. More...
 
class  CDX::UnionDynamicType
 Represents a union. More...
 
class  CDX::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  CDX::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...
 

Detailed Description


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