foxBMS
1.1.1
The foxBMS Battery Management System API Documentation
|
#include <debug_default.h>
This struct describes the state of the monitoring instance
Definition at line 97 of file debug_default.h.
FAKE_FSM_STATES_e FAKE_STATE::currentState |
current state of the FSM
Definition at line 101 of file debug_default.h.
FAKE_FSM_SUBSTATES_e FAKE_STATE::currentSubstate |
current substate of the FSM
Definition at line 104 of file debug_default.h.
FAKE_DATABASE_ENTRIES_s FAKE_STATE::data |
contains pointers to the local data buffer
Definition at line 107 of file debug_default.h.
bool FAKE_STATE::firstMeasurementFinished |
indicator if the fist measurement has been successful
Definition at line 106 of file debug_default.h.
FAKE_FSM_STATES_e FAKE_STATE::nextState |
next state of the FSM
Definition at line 100 of file debug_default.h.
FAKE_FSM_SUBSTATES_e FAKE_STATE::nextSubstate |
next substate of the FSM
Definition at line 103 of file debug_default.h.
FAKE_FSM_STATES_e FAKE_STATE::previousState |
previous state of the FSM
Definition at line 102 of file debug_default.h.
FAKE_FSM_SUBSTATES_e FAKE_STATE::previousSubstate |
previous substate of the FSM
Definition at line 105 of file debug_default.h.
uint16_t FAKE_STATE::timer |
timer of the state
Definition at line 98 of file debug_default.h.
uint8_t FAKE_STATE::triggerEntry |
trigger entry of the state
Definition at line 99 of file debug_default.h.