|
RTI Routing Service Version 7.3.0
|
Main Processor class. More...
Data Fields | |
| RTI_RoutingServiceProcessor_OnRouteEventFcn | on_route_event |
| Handles event processing (required). More... | |
| RTI_RoutingServiceProcessor_UpdateFcn | update |
| Handles configuration changes in a Processor (optional). More... | |
| void * | processor_data |
| Implementation data. Provided by implementors, and passed back in API calls. More... | |
Main Processor class.
A Route can notify a Processor about different events related to inputs and outputs.
| RTI_RoutingServiceProcessor_OnRouteEventFcn RTI_RoutingServiceProcessor::on_route_event |
Handles event processing (required).
| RTI_RoutingServiceProcessor_UpdateFcn RTI_RoutingServiceProcessor::update |
Handles configuration changes in a Processor (optional).
| void* RTI_RoutingServiceProcessor::processor_data |
Implementation data. Provided by implementors, and passed back in API calls.