rtiddsgen create requestor replier example?

3 posts / 0 new
Last post
Offline
Last seen: 5 years 3 days ago
Joined: 09/06/2018
Posts: 22
rtiddsgen create requestor replier example?

Hi,

We are using RTI DDS v5.3.1.

Can rtiddsgen create a requestor and replier example instead of a publisher and subscriber example?

 

tia,be

Offline
Last seen: 1 year 2 months ago
Joined: 10/22/2018
Posts: 91

Hi,

There is not currently any way of generating a Request Reply example using rtiddsgen.

We do however, ship various examples of the Request Reply API and how to use it.
In 5.3.1, these can be found in rti_workspace/5.3.1/examples/connext_dds/<language>/hello_world_request_reply
Where language is any of cs, c, c++, c++11, java.

Thanks,
Sam

Offline
Last seen: 5 years 3 days ago
Joined: 09/06/2018
Posts: 22

Thx!

-be