RTI Connext Modern C++ API
Version 5.3.0
|
Examples on how to use the request-reply API. More...
Examples on how to use the request-reply API.
DDS Types
RTI Connext uses DDS data types for sending and receiving requests and replies. Valid types are those generated by the rtiddsgen code generator, the DDS built-in types, and DynamicData
. Refer to the User's Manual and the following links for more information:
Set up
Requester: sending requests and receiving replies
Replier: receiving requests and sending replies
Error handling