RTI Secure Wan Transport  Version 5.3.0
 All Data Structures Functions Variables Typedefs Enumerations Groups Pages
HelloWorldTypeCode.java

[$(HOME)/rti_workspace//examples/connext_dds/java/hello_world_wan/HelloWorldTypeCode.java]

/*
WARNING: THIS FILE IS AUTO-GENERATED. DO NOT MODIFY.
This file was generated from .idl using "rtiddsgen".
The rtiddsgen tool is part of the RTI Connext distribution.
For more information, type 'rtiddsgen -help' at a command shell
or consult the RTI Connext manual.
*/
import com.rti.dds.typecode.*;
public class HelloWorldTypeCode {
public static final TypeCode VALUE = getTypeCode();
private static TypeCode getTypeCode() {
TypeCode tc = null;
int __i=0;
StructMember sm[]=new StructMember[1];
sm[__i]=new StructMember("msg", false, (short)-1, false,(TypeCode) new TypeCode(TCKind.TK_STRING,128),0 , false);__i++;
tc = TypeCodeFactory.TheTypeCodeFactory.create_struct_tc("HelloWorld",ExtensibilityKind.EXTENSIBLE_EXTENSIBILITY, sm);
return tc;
}
}

RTI Secure Wan Transport Version 5.3.0 Copyright © Sun Jun 25 2017 Real-Time Innovations, Inc