RTI Connector for Python
1.0.0
  • 1. Introduction to RTI Connector
    • 1.1. How to read this documentation
  • 2. Getting Started
    • 2.1. Installing RTI Connector for Python
    • 2.2. Running the examples
  • 3. Defining a DDS system in XML
    • 3.1. Data types
    • 3.2. Domain library
    • 3.3. Participant library
    • 3.4. Quality of service
      • 3.4.1. Logging
  • 4. Loading a Connector
    • 4.1. Importing the Connector package
    • 4.2. Creating a new Connector
    • 4.3. Closing a Connector
    • 4.4. Getting the Inputs and Outputs
    • 4.5. Class reference: Connector
  • 5. Writing data (Output)
    • 5.1. Getting the Output
    • 5.2. Populating the data sample
    • 5.3. Writing the data sample
    • 5.4. Matching with a Subscription
    • 5.5. Class reference: Output, Instance
      • 5.5.1. Output class
      • 5.5.2. Instance class
  • 6. Reading data (Input)
    • 6.1. Getting the input
    • 6.2. Reading or taking the data
    • 6.3. Accessing the data samples
    • 6.4. Accessing the SampleInfo
    • 6.5. Matching with a Publication
    • 6.6. Class reference: Input, Samples, SampleIterator
      • 6.6.1. Input class
      • 6.6.2. Samples class
      • 6.6.3. SampleIterator class
      • 6.6.4. ValidSampleIterator class
  • 7. Advanced topics
    • 7.1. Accessing the data
      • 7.1.1. Using dictionaries vs. accessing individual members
      • 7.1.2. Accessing basic members (numbers, strings and booleans)
      • 7.1.3. Accessing structs
      • 7.1.4. Accessing arrays and sequences
      • 7.1.5. Accessing optional members
      • 7.1.6. Accessing unions
    • 7.2. Threading model
      • 7.2.1. Protecting calls to Connector
    • 7.3. Error Handling
      • 7.3.1. Class reference: Error, TimeoutError
        • 7.3.1.1. Error class
        • 7.3.1.2. TimeoutError class
    • 7.4. Connext DDS Features
      • 7.4.1. General features
      • 7.4.2. Features related to sending data
      • 7.4.3. Features related to receiving data
      • 7.4.4. Features related to the type system
  • 8. Release Notes
    • 8.1. Version 1.0.0
    • 8.2. Supported Platforms
  • 9. Copyrights and License
RTI Connector for Python
  • Docs »
  • Search


© Copyright 2019, Real-Time Innovations, Inc.

Built with Sphinx using a theme provided by Read the Docs.