foxBMS - Unit Tests  1.2.1
The foxBMS Unit Tests API Documentation
FAKE_DATABASE_ENTRIES Struct Reference

#include <debug_default.h>

Collaboration diagram for FAKE_DATABASE_ENTRIES:

Data Fields

DATA_BLOCK_CELL_VOLTAGE_scellVoltage
 
DATA_BLOCK_CELL_TEMPERATURE_scellTemperature
 
DATA_BLOCK_BALANCING_FEEDBACK_sbalancingFeedback
 
DATA_BLOCK_BALANCING_CONTROL_sbalancingControl
 
DATA_BLOCK_SLAVE_CONTROL_sslaveControl
 
DATA_BLOCK_ALL_GPIO_VOLTAGES_sallGpioVoltages
 
DATA_BLOCK_OPEN_WIRE_sopenWire
 

Detailed Description

This struct contains pointer to used data buffers

Definition at line 86 of file debug_default.h.

Field Documentation

◆ allGpioVoltages

DATA_BLOCK_ALL_GPIO_VOLTAGES_s* FAKE_DATABASE_ENTRIES::allGpioVoltages

voltage of the slaves' GPIOs

Definition at line 92 of file debug_default.h.

◆ balancingControl

DATA_BLOCK_BALANCING_CONTROL_s* FAKE_DATABASE_ENTRIES::balancingControl

balancing control

Definition at line 90 of file debug_default.h.

◆ balancingFeedback

DATA_BLOCK_BALANCING_FEEDBACK_s* FAKE_DATABASE_ENTRIES::balancingFeedback

balancing feedback

Definition at line 89 of file debug_default.h.

◆ cellTemperature

DATA_BLOCK_CELL_TEMPERATURE_s* FAKE_DATABASE_ENTRIES::cellTemperature

cell temperature

Definition at line 88 of file debug_default.h.

◆ cellVoltage

DATA_BLOCK_CELL_VOLTAGE_s* FAKE_DATABASE_ENTRIES::cellVoltage

cell voltage

Definition at line 87 of file debug_default.h.

◆ openWire

DATA_BLOCK_OPEN_WIRE_s* FAKE_DATABASE_ENTRIES::openWire

open wire status

Definition at line 93 of file debug_default.h.

◆ slaveControl

DATA_BLOCK_SLAVE_CONTROL_s* FAKE_DATABASE_ENTRIES::slaveControl

slave control

Definition at line 91 of file debug_default.h.


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