RTI Persistence Service  Version 5.3.1
 All Data Structures Files Functions Variables Groups Pages
HelloWorldTypeCode.java

[$(NDDSHOME)/example/JAVA/helloWorldPersistence/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("data", false, (short)-1, false,(TypeCode) TypeCode.TC_LONG,0 , false);__i++;
tc = TypeCodeFactory.TheTypeCodeFactory.create_struct_tc("HelloWorld",ExtensibilityKind.EXTENSIBLE_EXTENSIBILITY, sm);
return tc;
}
}

RTI Persistence Service Version 5.3.1 Copyright © Mon Feb 19 2018 Real-Time Innovations, Inc