![]() |
![]() |
![]() |
Ethos Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#define ETHOS_MAJOR_VERSION #define ETHOS_MINOR_VERSION #define ETHOS_MICRO_VERSION #define ETHOS_API_VERSION_S #define ETHOS_VERSION_S #define ETHOS_VERSION_HEX #define ETHOS_CHECK_VERSION (major,minor,micro)
#define ETHOS_VERSION_S ""
Stringified version of Ethos, e.g. "1.2.3".
Useful for display.
#define ETHOS_VERSION_HEX
Hexadecimally encoded version of Ethos, e.g. 0x01020300"
Useful for comparisons.
#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 |