OpenSplice C# API  v6.x
OpenSplice C# Data Distribution Service Data-Centric Publish-Subscribe API
Space.FooTypeSupport Class Reference

Example of a generated typed TypeSupport, used for documentation. More...

Inheritance diagram for Space.FooTypeSupport:
Inheritance graph
Collaboration diagram for Space.FooTypeSupport:
Collaboration graph

Public Member Functions

 FooTypeSupport ()
 
- Public Member Functions inherited from DDS.ITypeSupport
ReturnCode RegisterType (IDomainParticipant domain, string typeName)
 

Additional Inherited Members

- Properties inherited from DDS.ITypeSupport
string KeyList [get]
 
string TypeDescriptor [get]
 
string TypeName [get]
 

Detailed Description

Example of a generated typed TypeSupport, used for documentation.

Note
Class hierarchy in the documentation has been simplified for clearity purposes.
DDS.ITypeSupport typesupport = new Space.FooTypeSupport();
typesupport.RegisterType(participant, "Space.Foo");

Definition at line 2826 of file Typed.cs.

Constructor & Destructor Documentation

◆ FooTypeSupport()

Space.FooTypeSupport.FooTypeSupport ( )
inline

Definition at line 2828 of file Typed.cs.


The documentation for this class was generated from the following file: