ARC SDK
Public Member Functions | Data Fields
Arc::ArcVersion Class Reference

Determines ARC HED libraries version at runtime. More...

#include <arc/ArcVersion.h>

Public Member Functions

 ArcVersion (const char *ver)
 Parses ver and fills major, minor and patch version values. More...
 

Data Fields

const unsigned int Major
 Major version number. More...
 
const unsigned int Minor
 Minor version number. More...
 
const unsigned int Patch
 Patch version number. More...
 

Detailed Description

Determines ARC HED libraries version at runtime.

ARC also provides pre-processor macros to determine the API version at compile time in ArcVersion.h.

Constructor & Destructor Documentation

Arc::ArcVersion::ArcVersion ( const char *  ver)

Parses ver and fills major, minor and patch version values.

Field Documentation

const unsigned int Arc::ArcVersion::Major

Major version number.

Java interface deviation
The member is only accessible through the getMajor and setMajor methods in the Java interface
const unsigned int Arc::ArcVersion::Minor

Minor version number.

Java interface deviation
The member is only accessible through the getMinor and setMinor methods in the Java interface
const unsigned int Arc::ArcVersion::Patch

Patch version number.

Java interface deviation
The member is only accessible through the getPatch and setPatch methods in the Java interface

The documentation for this class was generated from the following file: