![]() |
foxBMS
1.0.2
The foxBMS Battery Management System API Documentation
|
#include <database_cfg.h>

Data Fields | |
| DATA_BLOCK_HEADER_s | header |
| uint8_t | stateRequestViaCan |
| uint8_t | previousStateRequestViaCan |
| uint8_t | stateRequestViaCanPending |
| uint8_t | state |
data block struct of can state request
Definition at line 503 of file database_cfg.h.
| DATA_BLOCK_HEADER_s DATA_BLOCK_STATEREQUEST::header |
Data block header
Definition at line 507 of file database_cfg.h.
| uint8_t DATA_BLOCK_STATEREQUEST::previousStateRequestViaCan |
previous state request
Definition at line 509 of file database_cfg.h.
| uint8_t DATA_BLOCK_STATEREQUEST::state |
state
Definition at line 511 of file database_cfg.h.
| uint8_t DATA_BLOCK_STATEREQUEST::stateRequestViaCan |
state request
Definition at line 508 of file database_cfg.h.
| uint8_t DATA_BLOCK_STATEREQUEST::stateRequestViaCanPending |
pending state request
Definition at line 510 of file database_cfg.h.