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 Data Distribution Service implementation. These contains the auto-generated methods for serializing and deserializing the type.
struct HelloWorld {
string<128> msg;
};