dynamic

3 posts / 0 new
Last post
Offline
Last seen: 2 years 4 months ago
Joined: 11/01/2021
Posts: 2
Does it possible to subscribe the defective topic?

Hello,

I want to subscribe a topic like

1 post / 0 new
Offline
Last seen: 6 years 9 months ago
Joined: 03/03/2015
Posts: 19
Send String Arrays using Dynamic Data and Request-Reply pattern

Hello,

I am a bit new to DDS. I am curently working with the request/reply pattern. I successfully managed to send requests and replies containing primitive types of data such as char, long, int, etc. What I am not trying to do is sending some string array with the request reply pattern and using Dynamic Data as the string array I'm trying to send must be custom made. Until now I managed to do something like this:

 

//Register the type support for creating string arrays

DDS_TypeCode* type = factory->create_struct_tc("MyType", structMembers, out_exc);

2 posts / 0 new
Last post
gianpiero's picture
Offline
Last seen: 3 months 2 days ago
Joined: 06/02/2010
Posts: 177
Lua with DDS: now available in the download section

 

You might have heard of Lua, a fast, embeddable, compact scripting language that’s starting to make waves in machine-to-machine (M2M) applications. RTI just released an experimental rapid prototyping tool for DDS systems that incorporates Lua. It’s available for Linux, MacOSX, Windows and Raspberry Pi, and comes with complete documentation.

Organization:
Subscribe to RSS - dynamic