rticommunity / connextdds-py

Connext DDS Python API
Other
26 stars 12 forks source link

Cast DynamicType to specific type before returning #16

Closed jeholliday closed 4 years ago

jeholliday commented 4 years ago

This commit casts the return types of UnionMember.type and CollectionType.content_type. This cast has already been implemented for Member.type and DynamicData.type. These changes remove the need for python code to cast the returned type to a specific type.