foxBMS - Unit Tests
1.1.1
The foxBMS Unit Tests API Documentation
|
#include <version_cfg.h>
Data Fields | |
const bool | underVersionControl |
const bool | isDirty |
const uint8_t | major |
const uint8_t | minor |
const uint8_t | patch |
const uint16_t | distanceFromLastRelease |
const char | commitHash [VERSION_STRUCT_MAXIMUM_COMMIT_HASH_LENGTH] |
const char | gitRemote [VERSION_STRUCT_MAXIMUM_REMOTE_STRING_LENGTH] |
struct type that describes the version information of the system
Definition at line 77 of file version_cfg.h.
const char VERSION::commitHash[VERSION_STRUCT_MAXIMUM_COMMIT_HASH_LENGTH] |
Definition at line 84 of file version_cfg.h.
const uint16_t VERSION::distanceFromLastRelease |
Definition at line 83 of file version_cfg.h.
const char VERSION::gitRemote[VERSION_STRUCT_MAXIMUM_REMOTE_STRING_LENGTH] |
Definition at line 85 of file version_cfg.h.
const bool VERSION::isDirty |
Definition at line 79 of file version_cfg.h.
const uint8_t VERSION::major |
Definition at line 80 of file version_cfg.h.
const uint8_t VERSION::minor |
Definition at line 81 of file version_cfg.h.
const uint8_t VERSION::patch |
Definition at line 82 of file version_cfg.h.
const bool VERSION::underVersionControl |
Definition at line 78 of file version_cfg.h.