Hello All,
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[]) {