RTI Routing Service  Version 6.1.2
RTI_RoutingServiceProcessor Struct Reference

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

Detailed Description

Main Processor class.

A Route can notify a Processor about different events related to inputs and outputs.

See also
RTI_RoutingServiceRouteEvent

Field Documentation

◆ on_route_event

RTI_RoutingServiceProcessor_OnRouteEventFcn RTI_RoutingServiceProcessor::on_route_event

Handles event processing (required).

◆ update

RTI_RoutingServiceProcessor_UpdateFcn RTI_RoutingServiceProcessor::update

Handles configuration changes in a Processor (optional).

◆ processor_data

void* RTI_RoutingServiceProcessor::processor_data

Implementation data. Provided by implementors, and passed back in API calls.