Python API

2 posts / 0 new
Last post
Offline
Last seen: 8 months 3 weeks ago
Joined: 09/07/2022
Posts: 3
Retrieving Static Types from xml file rti-connext 5.3.1 (Python)

I have an .xml file (example.xml) defining QoS types with the following valid format:

<dds>

    <types>

         <struct name="StructExample">

              <member name="MemberExample" type="nonBasic" nonBasicTypeName="Path::PATH"/>        

          </struct>

          <module name = "FOO">

Keywords:
2 posts / 0 new
Last post
Offline
Last seen: 7 months 2 weeks ago
Joined: 04/20/2022
Posts: 3
DDS Python API Enum

As the documents are shown in https://community.rti.com/static/documentation/connext-dds/6.0.1/api/connext_dds/api_python/intro.html, we have some initial tests (prototype) on DDS Python APIs, based on Connext DDS v6.0.1. It is very nice we might use Python much easier. But it seems we can NOT access 'enum' variables in a 'Base' IDL, which is shown as follows.

Keywords:
Subscribe to RSS - Python API