foxBMS - Unit Tests  1.6.0
The foxBMS Unit Tests API Documentation
FAKE_DATABASE_ENTRIES_s Struct Reference

#include <debug_default.h>

Collaboration diagram for FAKE_DATABASE_ENTRIES_s:

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 91 of file debug_default.h.

Field Documentation

◆ allGpioVoltages

DATA_BLOCK_ALL_GPIO_VOLTAGES_s* FAKE_DATABASE_ENTRIES_s::allGpioVoltages

voltage of the slaves' GPIOs

Definition at line 97 of file debug_default.h.

◆ balancingControl

DATA_BLOCK_BALANCING_CONTROL_s* FAKE_DATABASE_ENTRIES_s::balancingControl

balancing control

Definition at line 95 of file debug_default.h.

◆ balancingFeedback

DATA_BLOCK_BALANCING_FEEDBACK_s* FAKE_DATABASE_ENTRIES_s::balancingFeedback

balancing feedback

Definition at line 94 of file debug_default.h.

◆ cellTemperature

DATA_BLOCK_CELL_TEMPERATURE_s* FAKE_DATABASE_ENTRIES_s::cellTemperature

cell temperature

Definition at line 93 of file debug_default.h.

◆ cellVoltage

DATA_BLOCK_CELL_VOLTAGE_s* FAKE_DATABASE_ENTRIES_s::cellVoltage

cell voltage

Definition at line 92 of file debug_default.h.

◆ openWire

DATA_BLOCK_OPEN_WIRE_s* FAKE_DATABASE_ENTRIES_s::openWire

open wire status

Definition at line 98 of file debug_default.h.

◆ slaveControl

DATA_BLOCK_SLAVE_CONTROL_s* FAKE_DATABASE_ENTRIES_s::slaveControl

slave control

Definition at line 96 of file debug_default.h.


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