rticommunity / connextdds-py

Connext DDS Python API
Other
26 stars 12 forks source link

Fix return type of topic_name property of Publication/SubscriptionBultinTopicData #11

Closed jeholliday closed 4 years ago

jeholliday commented 4 years ago

This commit changes the return of the topic_name property to be a std::string, so that it can be converted to a python string. The same method was used as the existing type_name property.