RTI Routing Service Version 7.3.0
|
Transformation plugin. More...
Transformation plugin.
This structure contains the plugin implementation as a set of function pointers.
struct RTI_RoutingServiceVersion RTI_RoutingServiceTransformationPlugin::plugin_version |
The version of this transformation plugin.
RTI_RoutingServiceTransformationPlugin_DeleteFcn RTI_RoutingServiceTransformationPlugin::transformation_plugin_delete |
Handles the deletion of the transformation plugin.
RTI_RoutingServiceTransformationPlugin_CreateTransformationFcn RTI_RoutingServiceTransformationPlugin::transformation_plugin_create_transformation |
Handles the creation of transformations.
RTI_RoutingServiceTransformationPlugin_DeleteTransformationFcn RTI_RoutingServiceTransformationPlugin::transformation_plugin_delete_transformation |
Handles the deletion of transformations.
RTI_RoutingServiceTransformation_TransformFcn RTI_RoutingServiceTransformationPlugin::transformation_transform |
Handles the transformation of samples.
RTI_RoutingServiceTransformation_ReturnLoanFcn RTI_RoutingServiceTransformationPlugin::transformation_return_loan |
Handles the return of the loan taken on the transformed samples.
RTI_RoutingServiceTransformation_UpdateFcn RTI_RoutingServiceTransformationPlugin::transformation_update |
Handles the update of the transformation configuration.
void* RTI_RoutingServiceTransformationPlugin::user_object |
A place for transformation implementors to keep a pointer to data that may be needed by the implementation.