foxBMS  1.2.1
The foxBMS Battery Management System API Documentation
DATA_BLOCK_STATEREQUEST Struct Reference

#include <database_cfg.h>

Collaboration diagram for DATA_BLOCK_STATEREQUEST:

Data Fields

DATA_BLOCK_HEADER_s header
 
uint8_t stateRequestViaCan
 
uint8_t previousStateRequestViaCan
 
uint8_t stateRequestViaCanPending
 
uint8_t state
 

Detailed Description

data block struct of can state request

Definition at line 498 of file database_cfg.h.

Field Documentation

◆ header

DATA_BLOCK_HEADER_s DATA_BLOCK_STATEREQUEST::header

Data block header

Definition at line 502 of file database_cfg.h.

◆ previousStateRequestViaCan

uint8_t DATA_BLOCK_STATEREQUEST::previousStateRequestViaCan

previous state request

Definition at line 504 of file database_cfg.h.

◆ state

uint8_t DATA_BLOCK_STATEREQUEST::state

state

Definition at line 506 of file database_cfg.h.

◆ stateRequestViaCan

uint8_t DATA_BLOCK_STATEREQUEST::stateRequestViaCan

state request

Definition at line 503 of file database_cfg.h.

◆ stateRequestViaCanPending

uint8_t DATA_BLOCK_STATEREQUEST::stateRequestViaCanPending

pending state request

Definition at line 505 of file database_cfg.h.


The documentation for this struct was generated from the following file: