RTI Connext DDS Micro
Version 2.4.11
|
The UDP Transformation factory class. More...
Data Fields | |
struct RT_ComponentFactory | _parent |
Base-class. All RTI Connext DDS Micro Factories must inherit from RT_ComponentFactory. | |
struct MyUdpTransformFactoryProperty * | property |
A pointer to the properties of the factory. |
The UDP Transformation factory class.
All Transformation components must have a factory. A factory creates one instance of the component as needed. In the case of UDP transformations, RTI Connext DDS Micro creates one instance per UDP transport instance.
struct RT_ComponentFactory MyUdpTransformFactory::_parent |
Base-class. All RTI Connext DDS Micro Factories must inherit from RT_ComponentFactory.
Referenced by MyUdpTransformFactory_initialize().
struct MyUdpTransformFactoryProperty* MyUdpTransformFactory::property |
A pointer to the properties of the factory.
When a factory is registered with RTI Connext DDS Micro it can be registered with properties specific to the component. However RTI Connext DDS Micro does not make a copy ( that would require additional methods). Furthermore, it may not be desirable to make a copy. Instead, this decision is left to the implementer of the component. RTI Connext DDS Micro does not access any custom properties.
Referenced by MyUdpTransformFactory_finalize(), and MyUdpTransformFactory_initialize().