![]() |
![]() |
![]() |
Ethos Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#define ETHOS_API_VERSION_S #define ETHOS_CHECK_VERSION (major, minor, micro) #define ETHOS_MAJOR_VERSION #define ETHOS_MICRO_VERSION #define ETHOS_MINOR_VERSION #define ETHOS_VERSION_HEX #define ETHOS_VERSION_S
#define ETHOS_CHECK_VERSION(major,minor,micro)
Checks whether the decomposed version (major
, minor
, micro
) is
bigger than the version of Ethos. This is a compile-time
check only.
|
major component of the version to check |
|
minor component of the version to check |
|
micro component of the version to check |
#define ETHOS_VERSION_HEX
Hexadecimally encoded version of Ethos, e.g. 0x01020300"
Useful for comparisons.