cdr buffer

5 posts / 0 new
Last post
Offline
Last seen: 2 years 4 months ago
Joined: 04/20/2022
Posts: 2
How to get cdr Stream directly?

Hello All,

Keywords:
11 posts / 0 new
Last post
Offline
Last seen: 4 years 9 months ago
Joined: 04/09/2019
Posts: 5
failed to create data sample from cdr buffer

Hi, I have this error  "Failed to create Foo from cdr buffer" when I implemented the code below. The struct Foo is written inside an IDL file. This only happens if there's sequence<> in the IDL file. Is this a known issue in RTI Connext DDS 5.3.1?

struct Foo{
    sequence<double, 1000> x;
};

int main(int argc, char* argv[]) {

Subscribe to RSS - cdr buffer