HelloWorld.idl
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.
-
HelloWorld.java
-
HelloWorldSeq.java
User Data Type Support types as required by the DDS specification for use in the application code.
-
HelloWorldTypeSupport.java
-
HelloWorldDataWriter.java
-
HelloWorldDataReader.java
[$(NDDSHOME)/example/JAVA/helloWorld/HelloWorld.idl]
struct HelloWorld {
string<128> msg;
};