ProtocolVersion_t Class Reference
[Built-in Topics]

<<eXtension>> Type used to represent the version of the RTPS protocol. More...

Inherits Struct.

List of all members.

Public Member Functions

 ProtocolVersion_t ()
 Constructor.

Public Attributes

byte major
 Major protocol version number.
byte minor
 Minor protocol version number.

Static Public Attributes

static final ProtocolVersion_t PROTOCOLVERSION_1_0
 The protocol version 1.0.
static final ProtocolVersion_t PROTOCOLVERSION_1_1
 The protocol version 1.1.
static final ProtocolVersion_t PROTOCOLVERSION_1_2
 The protocol version 1.2.
static final ProtocolVersion_t PROTOCOLVERSION_2_0
 The protocol version 2.0.
static final ProtocolVersion_t PROTOCOLVERSION_2_1
 The protocol version 2.1.
static final ProtocolVersion_t PROTOCOLVERSION
 The most recent protocol version. Currently 1.2.


Detailed Description

<<eXtension>> Type used to represent the version of the RTPS protocol.

Constructor & Destructor Documentation

Constructor.


Member Data Documentation

Initial value:

    new ProtocolVersion_t((byte)1, (byte)0)
The protocol version 1.0.

Initial value:

    new ProtocolVersion_t((byte)1, (byte)1)
The protocol version 1.1.

Initial value:

    new ProtocolVersion_t((byte)1, (byte)2)
The protocol version 1.2.

Initial value:

    new ProtocolVersion_t((byte)2, (byte)0)
The protocol version 2.0.

Initial value:

    new ProtocolVersion_t((byte)2, (byte)1)
The protocol version 2.1.

Initial value:

    new ProtocolVersion_t((byte)2, (byte)1)
The most recent protocol version. Currently 1.2.

byte major

Major protocol version number.

byte minor

Minor protocol version number.


RTI Connext Java API Version 4.5f Copyright © 17 Mar 2012 Real-Time Innovations, Inc