I want to execute this example of waitset.

2 posts / 0 new
Last post
Hassan's picture
Offline
Last seen: 7 years 4 months ago
Joined: 03/14/2015
Posts: 7
I want to execute this example of waitset.

Hello everyone,

I want to execute waitset example provided by RTI in following link 

https://community.rti.com/examples/waitsets

There are three files waitsets.idl, waitsets_publisher.c and waitsets_subscriber.c

Please let me know in detail how I will execute these files. Do we need to generate the code using this IDL file or we need to execute publisher and subscriber ?

Organization:
Keywords:
Gerardo Pardo's picture
Offline
Last seen: 3 weeks 1 day ago
Joined: 06/02/2010
Posts: 601

Hi,

There is information/instructions on building/running the examples on the RTI Community Github Examples repository.

For that specific example you can navigate to the example directory for the programming language you want (C) and look at the README file there. See:

https://github.com/rticommunity/rticonnextdds-examples/tree/master/examples/waitsets/c

Gerardo