|
Simple Build Info v2.0r1
Simple Build Info library provides macros for creating and handling build info from flash.
|
Build info struct. More...
#include <sBuildInfo.h>
Public Attributes | ||
| union { | ||
| const char name [SBI_APP_NAME_LEN] | ||
| C-string for application name. More... | ||
| struct { | ||
| const char tag [SBI_APP_NAME_LEN/2] | ||
| C-string for application tag. More... | ||
| const char variant [SBI_APP_NAME_LEN/2] | ||
| C-string for application variant name. More... | ||
| } | ||
| } | app | |
| Union of application name, tag and variant. | ||
| const char | appVer [SBI_APP_VER_LEN] | |
| C-string for application version. | ||
| const char | hwRev [SBI_APP_HW_LEN] | |
| C-string for hardware revision. | ||
| const char | buildDate [12] | |
| C-string for build date. | ||
| const char | buildFlags [SBI_APP_FLAGS_LEN] | |
| C-string for build flags. | ||
Build info struct.
Definition at line 182 of file sBuildInfo.h.
| union { ... } build_info_t::app |
Union of application name, tag and variant.
| const char build_info_t::appVer[SBI_APP_VER_LEN] |
C-string for application version.
Definition at line 197 of file sBuildInfo.h.
| const char build_info_t::buildDate[12] |
C-string for build date.
Definition at line 199 of file sBuildInfo.h.
| const char build_info_t::buildFlags[SBI_APP_FLAGS_LEN] |
C-string for build flags.
Definition at line 200 of file sBuildInfo.h.
| const char build_info_t::hwRev[SBI_APP_HW_LEN] |
C-string for hardware revision.
Definition at line 198 of file sBuildInfo.h.
| const char build_info_t::name[SBI_APP_NAME_LEN] |
C-string for application name.
Definition at line 190 of file sBuildInfo.h.
| const char build_info_t::tag[SBI_APP_NAME_LEN/2] |
C-string for application tag.
Definition at line 193 of file sBuildInfo.h.
| const char build_info_t::variant[SBI_APP_NAME_LEN/2] |
C-string for application variant name.
Definition at line 194 of file sBuildInfo.h.