RTI Connext DDS Micro  Version 2.4.11
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
MyUdpTransformFactory Struct Reference

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.

Detailed Description

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.


Field Documentation

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().


RTI Connext DDS Micro Version 2.4.11 Copyright © Mon Jul 23 2018 Real-Time Innovations, Inc