rticommunity / connextdds-py

Connext DDS Python API
Other
27 stars 12 forks source link

Feature/dynamicdata iterators #31

Closed marc-chiesa closed 3 years ago

marc-chiesa commented 3 years ago

Getting member info from a DynamicData object via Modern C++ API required care due to possibility of field not existing. Switched to using the C implementation to work around this and simplify the logic. This also makes the DynamicData iterators more useful.