RTI Connext Cert Logo
2.4.15
  • 1. Introduction
  • 2. Installation
  • 3. Building Connext Cert
  • 4. Platform Notes
  • 5. Getting Started
  • 6. Developing Applications
    • 6.1. Prepare Your Development Environment
    • 6.2. Define a Data Type
    • 6.3. Generate Type Support Code with rtiddsgen
    • 6.4. Create an Application
    • 6.5. Configure UDP Transport
    • 6.6. Create DomainParticipant, Topic, and Type
    • 6.7. Create Publisher
    • 6.8. Create DataWriter
    • 6.9. Create Subscriber
    • 6.10. Create DataReader
  • 7. User’s Manual
  • 8. Working with RTI Connext Cert and RTI Connext
  • 9. API Reference
  • 10. Release Notes
  • 11. Copyrights
  • 12. Third-Party and Open Source Software
RTI Connext Cert
  • Docs »
  • 6. Developing Applications
  • View page source

6. Developing Applications¶

This section describes how to write Connext Cert applications. It covers preparing your development environment, defining data types, generating support code for your data types, and creating the entities that publish and subscribe to data.

For a deeper dive into Connext Cert’s features, refer to the User’s Manual.

Contents

  • 6.1. Prepare Your Development Environment
    • 6.1.1. Set environment variables
    • 6.1.2. Add required preprocessor flags
    • 6.1.3. Link applications and libraries
  • 6.2. Define a Data Type
  • 6.3. Generate Type Support Code with rtiddsgen
  • 6.4. Create an Application
    • 6.4.1. Registry Configuration
  • 6.5. Configure UDP Transport
  • 6.6. Create DomainParticipant, Topic, and Type
    • 6.6.1. Register Type
    • 6.6.2. Create Topic of Registered Type
    • 6.6.3. DPSE Discovery: Assert Remote Participant
  • 6.7. Create Publisher
  • 6.8. Create DataWriter
    • 6.8.1. DPSE Discovery: Assert Remote Subscription
    • 6.8.2. Writing Samples
  • 6.9. Create Subscriber
  • 6.10. Create DataReader
    • 6.10.1. DPSE Discovery: Assert Remote Publication
    • 6.10.2. Receiving Samples
    • 6.10.3. Filtering Samples
Next Previous

© Copyright 2019-2024, Real-Time Innovations, Inc

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