RTI Connext C API Version 7.3.0

Called when a FooBarReplier has new available requests. More...

Data Fields

RTI_Connext_ReplierListener_OnRequestAvailableCallback on_request_available
 User callback. More...
 
void * user_data
 User data attached to a listener. More...
 

Detailed Description

Called when a FooBarReplier has new available requests.

A replier listener is a way to implement a callback that will be invoked when requests are available. It is an optional RTI_Connext_ReplierParams.

This listener simply notifies when requests are available. The callback implementation can then use FooBarReplier_take_requests to retrieve them.

A simpler callback mechanism, where one request sample is a parameter and the reply is the callback return value, is implemented by the FooBarSimpleReplier.

See also
FooBarReplier_create_w_params

Field Documentation

◆ user_data

void* RTI_Connext_ReplierListener::user_data

User data attached to a listener.