CoreDX DDS
Java Reference Manual

FooTypeSupport Class Reference
[DDS Entities]

The FooTypeSupport class impliments the TypeSupport inteface for the Data Type 'Foo'. More...

Inheritance diagram for FooTypeSupport:
TypeSupport

List of all members.

Public Member Functions

ReturnCode_t register_type (DomainParticipant dp, String type_name)
String get_type_name ()

Detailed Description

The FooTypeSupport class impliments the TypeSupport inteface for the Data Type 'Foo'.

This provides a mechanism for an application to register the 'Foo' application defined data type with CoreDX DDS.

Note: FooTypeSupport is provided here for illustration purposes and is not really included in the com.toc.coredx.DDS package.

See also:
com.toc.coredx.DDS.FooTypeSupport FooTypeSupport

Member Function Documentation

String get_type_name (  ) 

Returns the default name of the Data Type supported by this instance of TypeSupport (in this case, 'Foo').

Implements TypeSupport.

ReturnCode_t register_type ( DomainParticipant  dp,
String  type_name 
)

Registers the 'Foo' Data Type with the DDS infrastructure. The type is registered under the name 'type_name'. If the 'type_name' parameter is null, then the default name ('Foo' in this case), will be used.

Implements TypeSupport.

 All Classes Functions Variables

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