RTI DDS Use Case example with C Source Code

2 posts / 0 new
Last post
Offline
Last seen: 4 years 1 month ago
Joined: 02/27/2020
Posts: 1
RTI DDS Use Case example with C Source Code

Hello Everyone,

I am just exploring RTI DDS and is planning to use it for communication framework at out company for distributed control projects. I have gone through the C source examples after the installation of connext dds evaluation. But i would like to see some real world use case example. I came across the ni use case examples form RTI website which are coded in C++. I was wondering if there are any C examples as we use C at the company. It could be the C source code for the same use-case examples from RTI website or any other is also fine.

I would be grateful if someone can help me with this

Regards
dj

Keywords:
r
Offline
Last seen: 3 months 20 hours ago
Joined: 06/17/2019
Posts: 47

In addition to the examples included in your rti_workspace directory, there are more examples on github you can find here:
https://github.com/rticommunity/rticonnextdds-examples/tree/master/examples/connext_dds

Many of those include examples written in C. Most are examples of specific concepts you may or may not want to use depending on your use case.