ProductVersion_t Class Reference
[Built-in Topics]

<<eXtension>> Type used to represent the current version of RTI Connext. More...

Inherits Struct.

List of all members.

Public Member Functions

 ProductVersion_t ()
 Constructor.

Public Attributes

char major
 Major product version.
char minor
 Minor product version.
char release
 Release letter for product version.
char revision
 Revision number of product.

Static Public Attributes

static final ProductVersion_t PRODUCTVERSION_UNKNOWN
 The value used when the product version is unknown.


Detailed Description

<<eXtension>> Type used to represent the current version of RTI Connext.

Constructor & Destructor Documentation

Constructor.


Member Data Documentation

Initial value:

    new ProductVersion_t((char)0, (char)0, (char)0, (char)0)
The value used when the product version is unknown.

char major

Major product version.

char minor

Minor product version.

char release

Release letter for product version.

char revision

Revision number of product.


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