RTI Connext C++ API  Version 5.1.0
HelloWorld.idl

IDL Type Description

The data type to be disseminated by RTI Connext is described in language independent IDL. The IDL file is input to rtiddsgen, which produces the following files.

The programming language specific type representation of the type Foo = HelloWorld, for use in the application code.

User Data Type Support types as required by the DDS specification for use in the application code.

Methods required by the RTI Connext implementation. These contains the auto-generated methods for serializing and deserializing the type.

HelloWorld.idl

[$(NDDSHOME)/example/CPP/helloWorld/HelloWorld.idl]

struct HelloWorld {
string<128> msg;
};

RTI Connext C++ API Version 5.1.0 Copyright © Mon Feb 3 2014 Real-Time Innovations, Inc