-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
What is the correct format or is it possible to set the DataWriter representation?
In OpenDDS 3.16 the default was set to "DDS::XCDR2_DATA_REPRESENTATION"
Is it possible to set it to "DDS::XCDR_DATA_REPRESENTATION" through create_datawriter QoS?
I tried to set: { ...qualityOfService, representation: { value: "DDS::XCDR_DATA_REPRESENTATION" } }
and it seems it is an array :
{ ...qualityOfService, representation: { value: ["DDS::XCDR_DATA_REPRESENTATION", "DDS::XCDR2_DATA_REPRESENTATION"] } }
but this does not seem to set because in the debug logs I still get : dds_demarshal: Deserializing with encoding kind XCDR2.
Any pointers?
Metadata
Metadata
Assignees
Labels
No labels