<<extension>> Type used to represent the current version of RTI Connext.
More...
Inherits Struct.
Public Member Functions |
| | ProductVersion_t () |
| | Constructor.
|
| |
| abstract boolean | equals (Object obj) |
| |
| abstract int | hashCode () |
| |
| String | toString () |
| |
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.
|
| |
Additional Inherited Members |
| | Struct () |
| |
| abstract void | pull_from_nativeI (long native_status) |
| |
| abstract void | push_to_nativeI (long native_status) |
| |
Detailed Description
<<extension>> Type used to represent the current version of RTI Connext.
Constructor & Destructor Documentation
Member Data Documentation
Initial value:
The value used when the product version is unknown.
Release letter for product version.
Revision number of product.