C

5 posts / 0 new
Last post
Offline
Last seen: 1 year 1 day ago
Joined: 03/25/2023
Posts: 3
Communication stops and data loss after one of the subscribers disconnects

Hello,

I'm exploring RTI DDS 6.0.1 for an university research and unfortunately I bumped into a problem.

I have tested a lot of configurations and I'm pretty sure that I either did something completely wrong or the implementation is faulty.

Simplified RTI DDS- RealTime interprocess Communication

This document is about Protocol Design for Data Communication using DDS.  The main focus is how to reduce the generated code and add API layer to isolate RTI-DDS change from application. Application uses these function API to call core RTI-DDS. This avoids any chnages to the user application because of change in the RTI-DDS. The code generation is simplified by using common IDL just like protocol. This is developed to use to communicate between different languages and Interprocess communication. 

Organization:
2 posts / 0 new
Last post
Offline
Last seen: 3 years 12 months ago
Joined: 08/11/2019
Posts: 28
How to call C API in code?

Hello,

I have a basic question : How to call C API in code? 

I want to try to " Access received data via a subscriber " and I find these two links:

https://community.rti.com/rti-doc/510/ndds.5.1.0/doc/html/api_c/group__DDSSubscriberExampleModule.html#DDSSubscriberExampleModule_subscriber_setup

Keywords:
Subscribe to RSS - C