Logo coherent WaveBurst  
Library Reference Guide
Logo
Macros | Functions | Variables
watversion.hh File Reference
This graph shows which files directly or indirectly include this file:

Macros

#define WAT_VERSION   "6.4.0.0"
 
#define WAT_VERSION_DEVEL   0
 
#define WAT_VERSION_MAJOR   6
 
#define WAT_VERSION_MICRO   0
 
#define WAT_VERSION_MINOR   4
 

Functions

char * watversion (char c='s')
 

Variables

const char *const watVersion = WAT_VERSION
 
const int watVersionDevel = WAT_VERSION_DEVEL
 
const int watVersionMajor = WAT_VERSION_MAJOR
 
const int watVersionMicro = WAT_VERSION_MICRO
 
const int watVersionMinor = WAT_VERSION_MINOR
 

Macro Definition Documentation

◆ WAT_VERSION

#define WAT_VERSION   "6.4.0.0"

Definition at line 5 of file watversion.hh.

◆ WAT_VERSION_DEVEL

#define WAT_VERSION_DEVEL   0

Definition at line 13 of file watversion.hh.

◆ WAT_VERSION_MAJOR

#define WAT_VERSION_MAJOR   6

Definition at line 7 of file watversion.hh.

◆ WAT_VERSION_MICRO

#define WAT_VERSION_MICRO   0

Definition at line 11 of file watversion.hh.

◆ WAT_VERSION_MINOR

#define WAT_VERSION_MINOR   4

Definition at line 9 of file watversion.hh.

Function Documentation

◆ watversion()

char* watversion ( char  c = 's')
inline

Definition at line 21 of file watversion.hh.

Variable Documentation

◆ watVersion

const char* const watVersion = WAT_VERSION

Definition at line 15 of file watversion.hh.

◆ watVersionDevel

const int watVersionDevel = WAT_VERSION_DEVEL

Definition at line 19 of file watversion.hh.

◆ watVersionMajor

const int watVersionMajor = WAT_VERSION_MAJOR

Definition at line 16 of file watversion.hh.

◆ watVersionMicro

const int watVersionMicro = WAT_VERSION_MICRO

Definition at line 18 of file watversion.hh.

◆ watVersionMinor

const int watVersionMinor = WAT_VERSION_MINOR

Definition at line 17 of file watversion.hh.