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

◆ ArcVersion()

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

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

Field Documentation

◆ Major

const unsigned int Arc::ArcVersion::Major

Major version number.

◆ Minor

const unsigned int Arc::ArcVersion::Minor

Minor version number.

◆ Patch

const unsigned int Arc::ArcVersion::Patch

Patch version number.


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