OpenDDS / OpenDDS

OpenDDS is an open source C++ implementation of the Object Management Group (OMG) Data Distribution Service (DDS). OpenDDS also supports Java bindings through JNI.
http://www.opendds.org
Other
1.28k stars 463 forks source link

`Service_Participant::type_object_encoding` returns incorrect value #4593

Closed jrw972 closed 3 weeks ago

jrw972 commented 4 weeks ago

Problem

Service_Participant::type_object_encoding doesn't return the value that is stored in the ConfigStore.

Solution

Finish the support for enums in the ConfigStore and use it.