RTI Connext Traditional C++ API  Version 6.0.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
DDSTypeSupport Class Referenceabstract

<<interface>> An abstract marker interface that has to be specialized for each concrete user data type that will be used by the application. More...

Inheritance diagram for DDSTypeSupport:
DDSDynamicDataTypeSupport DDSKeyedOctetsTypeSupport DDSKeyedStringTypeSupport DDSOctetsTypeSupport DDSStringTypeSupport FooTypeSupport

Detailed Description

<<interface>> An abstract marker interface that has to be specialized for each concrete user data type that will be used by the application.

The implementation provides an automatic means to generate a type-specific class, FooTypeSupport, from a description of the type in IDL.

A DDSTypeSupport must be registered using the FooTypeSupport::register_type operation on this type-specific class before it can be used to create DDSTopic objects.

See Also
FooTypeSupport
rtiddsgen
Examples:
HelloWorldSupport.cxx.

RTI Connext Traditional C++ API Version 6.0.1 Copyright © Sat Nov 23 2019 Real-Time Innovations, Inc