|
Adaptive Framework
0.9.0
|
Adaptive Framework Version Information. More...
#include "afw_common.h"Go to the source code of this file.
Macros | |
| #define | AFW_VERSION_CHECK afw_version_check(AFW_VERSION_HEX) |
| Version check against the version compiled against. More... | |
| #define | AFW_VERSION_THROW_ERROR_SUPPLIED_HEX_VERSION_IF_NOT_COMPATIBLE(info, compiled_version, xctx) |
| Throw error if AFW core is not compatible with the supplied version. More... | |
| #define | AFW_VERSION_THROW_ERROR_IF_NOT_COMPATIBLE(id_z, xctx) |
| Throw error if AFW core is not compatible with the version compiled against. More... | |
| #define | AFW_VERSION_ABORT_IF_NOT_COMPATIBLE(id_z) |
| Abort if AFW core is not compatible with the version compiled against. More... | |
Functions | |
| unsigned int | afw_version () |
| const afw_utf8_t * | afw_version_string () |
| const afw_utf8_z_t * | afw_version_string_z () |
| const afw_utf8_z_t * | afw_version_check (unsigned int version) |
| Version check. More... | |
Adaptive Framework Version Information.
Definition in file afw_version.h.