RTI Connext Java API  Version 5.1.0
TypeSupport Interface Reference

<<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 TypeSupport:
DynamicDataTypeSupport BytesTypeSupport KeyedBytesTypeSupport KeyedStringTypeSupport StringTypeSupport

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, com.rti.ndds.example.FooTypeSupport, from a description of the type in IDL.

A com.rti.dds.topic.TypeSupport must be registered using the com.rti.ndds.example.FooTypeSupport.register_type operation on this type-specific class before it can be used to create com.rti.dds.topic.Topic objects.

See Also
com.rti.ndds.example.FooTypeSupport
rtiddsgen

RTI Connext Java API Version 5.1.0 Copyright © Mon Feb 3 2014 Real-Time Innovations, Inc