General Electric

2 posts / 0 new
Last post
Offline
Last seen: 9 years 9 months ago
Joined: 07/17/2014
Posts: 1
How to read DDS Sequence data in C++.

Below is the sample structure and C++ code i am using to read DDS Sequence Data.

Example IDL Structure Definition:

struct struct1{
enum1 enum_value;
float value;
};
enum enum1
{
ee1=1,
ee2=2,
ee3=3
};
struct num{
sequence<struct1,3> seq1;
};

 

Organization:
2 posts / 0 new
Last post
Offline
Last seen: 10 years 2 weeks ago
Joined: 02/05/2014
Posts: 5
DataWriter sends the message but receiver diddnt receive it

HI

   In our application we have around 20 DataWriter and 20 DataReader. We are using shared memory as way to cummincate across reader and writer. In the QOS policy we have also enabled durability and history.

Organization:
Subscribe to RSS - General Electric