|
ARC SDK
|
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... | |
Determines ARC HED libraries version at runtime.
ARC also provides pre-processor macros to determine the API version at compile time in ArcVersion.h.
| Arc::ArcVersion::ArcVersion | ( | const char * | ver | ) |
Parses ver and fills major, minor and patch version values.
| const unsigned int Arc::ArcVersion::Major |
Major version number.
| const unsigned int Arc::ArcVersion::Minor |
Minor version number.
| const unsigned int Arc::ArcVersion::Patch |
Patch version number.
1.8.3.1-20130209