Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Macros
afw_yaml_version_info.h File Reference

Adaptive Framework Version (afw_yaml_) header. More...

#include "afw_version_info.h"
#include "afw_git_info.h"

Go to the source code of this file.

Macros

#define AFW_YAML_VERSION_MAJOR   0
 
#define AFW_YAML_VERSION_MINOR   9
 
#define AFW_YAML_VERSION_PATCH   0
 
#define AFW_YAML_VERSION_HEX
 
#define AFW_YAML_VERSION_STRING   "0.9.0"
 
#define AFW_YAML_VERSION_WITH_GIT_INFO
 
#define AFW_YAML_VERSION_COMMAND_STRING
 

Detailed Description

Adaptive Framework Version (afw_yaml_) header.

Definition in file afw_yaml_version_info.h.

Macro Definition Documentation

◆ AFW_YAML_VERSION_COMMAND_STRING

#define AFW_YAML_VERSION_COMMAND_STRING
Value:
"afw_yaml " \
AFW_YAML_VERSION_WITH_GIT_INFO

Definition at line 42 of file afw_yaml_version_info.h.

◆ AFW_YAML_VERSION_HEX

#define AFW_YAML_VERSION_HEX
Value:
( \
(AFW_VERSION_MAJOR << 16) | \
(AFW_VERSION_MINOR << 8) | \
(AFW_VERSION_PATCH))

Definition at line 35 of file afw_yaml_version_info.h.

◆ AFW_YAML_VERSION_WITH_GIT_INFO

#define AFW_YAML_VERSION_WITH_GIT_INFO
Value:
"0.9.0" \
AFW_GIT_INFO_BRANCH_DESCRIBE

Definition at line 40 of file afw_yaml_version_info.h.