Python API

2 posts / 0 new
Last post
Offline
Last seen: 1 week 5 days ago
Joined: 05/04/2023
Posts: 5
Python API installation with release 7.2

 

I have installed RTI DDS 7.2.0 and expected to see the python API libraries install by default.  I am not finding those libraries,  Do I need to do something special to get them installed or is it a anpther step? 

Organization:
Keywords:
2 posts / 0 new
Last post
Offline
Last seen: 1 year 3 months 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: 1 year 2 months 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