Top | ![]() |
![]() |
![]() |
![]() |
#define | GWEATHER_MAJOR_VERSION |
#define | GWEATHER_MINOR_VERSION |
#define | GWEATHER_MICRO_VERSION |
#define | GWEATHER_VERSION |
#define | GWEATHER_VERSION_HEX |
#define | GWEATHER_CHECK_VERSION() |
#define GWEATHER_MAJOR_VERSION (3)
LibGweather major version component (e.g. 1 if GWEATHER_VERSION
is 1.2.3)
Since 3.12
#define GWEATHER_MINOR_VERSION (16)
LibGweather minor version component (e.g. 2 if GWEATHER_VERSION
is 1.2.3)
Since 3.12
#define GWEATHER_MICRO_VERSION (1)
LibGweather micro version component (e.g. 3 if GWEATHER_VERSION
is 1.2.3)
Since 3.12
#define GWEATHER_VERSION_HEX
LibGweather version, encoded as an hexadecimal number, useful for integer comparisons.
Since 3.12
#define GWEATHER_CHECK_VERSION(major,minor,micro)
Compile-time version checking. Evaluates to TRUE
if the version
of LibGweather is greater than the required one.
Since 3.12