Hello,
I've started my research project by Rti DDS Connext,
I have 2 kind of data types :
struct bite_msg_t {
string<128> color; //@key
long x;
long y;
};
struct bite_iam_reply_t {
string<128> color; //@key
short a;
short b;
};