RTI Connext C API  Version 6.0.0
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
RTI_Connext_ReplierListener Struct Reference

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

Data Fields

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

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

void* RTI_Connext_ReplierListener::user_data

User data attached to a listener.


RTI Connext C API Version 6.0.0 Copyright © Sun Mar 3 2019 Real-Time Innovations, Inc