foxBMS - Unit Tests
1.4.1
The foxBMS Unit Tests API Documentation
|
struct that stores for each task the last violation of timing More...
#include <fram_cfg.h>
Data Fields | |
bool | anyTimingIssueOccurred |
uint32_t | taskEngineViolatingDuration |
uint32_t | taskEngineEnterTimestamp |
uint32_t | task1msViolatingDuration |
uint32_t | task1msEnterTimestamp |
uint32_t | task10msViolatingDuration |
uint32_t | task10msEnterTimestamp |
uint32_t | task100msViolatingDuration |
uint32_t | task100msEnterTimestamp |
uint32_t | task100msAlgorithmViolatingDuration |
uint32_t | task100msAlgorithmEnterTimestamp |
struct that stores for each task the last violation of timing
Definition at line 164 of file fram_cfg.h.
bool FRAM_SYS_MON_RECORD_s::anyTimingIssueOccurred |
convenience flag that is set as long as any timing issues are recorded
Definition at line 166 of file fram_cfg.h.
uint32_t FRAM_SYS_MON_RECORD_s::task100msAlgorithmEnterTimestamp |
timestamp that has been recorded when the violating execution of the task has been entered
Definition at line 186 of file fram_cfg.h.
uint32_t FRAM_SYS_MON_RECORD_s::task100msAlgorithmViolatingDuration |
duration that has been recorded when the last violation of timings occurred
Definition at line 184 of file fram_cfg.h.
uint32_t FRAM_SYS_MON_RECORD_s::task100msEnterTimestamp |
timestamp that has been recorded when the violating execution of the task has been entered
Definition at line 182 of file fram_cfg.h.
uint32_t FRAM_SYS_MON_RECORD_s::task100msViolatingDuration |
duration that has been recorded when the last violation of timings occurred
Definition at line 180 of file fram_cfg.h.
uint32_t FRAM_SYS_MON_RECORD_s::task10msEnterTimestamp |
timestamp that has been recorded when the violating execution of the task has been entered
Definition at line 178 of file fram_cfg.h.
uint32_t FRAM_SYS_MON_RECORD_s::task10msViolatingDuration |
duration that has been recorded when the last violation of timings occurred
Definition at line 176 of file fram_cfg.h.
uint32_t FRAM_SYS_MON_RECORD_s::task1msEnterTimestamp |
timestamp that has been recorded when the violating execution of the task has been entered
Definition at line 174 of file fram_cfg.h.
uint32_t FRAM_SYS_MON_RECORD_s::task1msViolatingDuration |
duration that has been recorded when the last violation of timings occurred
Definition at line 172 of file fram_cfg.h.
uint32_t FRAM_SYS_MON_RECORD_s::taskEngineEnterTimestamp |
timestamp that has been recorded when the violating execution of the task has been entered
Definition at line 170 of file fram_cfg.h.
uint32_t FRAM_SYS_MON_RECORD_s::taskEngineViolatingDuration |
duration that has been recorded when the last violation of timings occurred
Definition at line 168 of file fram_cfg.h.