foxBMS  1.6.0
The foxBMS Battery Management System API Documentation
SPS_CHANNEL_STATE_s Struct Reference

#include <sps_cfg.h>

Data Fields

SPS_CHANNEL_FUNCTION_e channelRequested
 
SPS_CHANNEL_FUNCTION_e channel
 
float_t current_mA
 
const SPS_CHANNEL_AFFILIATION_e affiliation
 
const float_t thresholdFeedbackOn_mA
 

Detailed Description

SPS channel state

Definition at line 192 of file sps_cfg.h.

Field Documentation

◆ affiliation

const SPS_CHANNEL_AFFILIATION_e SPS_CHANNEL_STATE_s::affiliation

affiliation of the channel (if it is contactor or something else)

Definition at line 197 of file sps_cfg.h.

◆ channel

SPS_CHANNEL_FUNCTION_e SPS_CHANNEL_STATE_s::channel

state of the channel

Definition at line 194 of file sps_cfg.h.

◆ channelRequested

SPS_CHANNEL_FUNCTION_e SPS_CHANNEL_STATE_s::channelRequested

requested state of the channel

Definition at line 193 of file sps_cfg.h.

◆ current_mA

float_t SPS_CHANNEL_STATE_s::current_mA

current flow in this channel in mA

Definition at line 195 of file sps_cfg.h.

◆ thresholdFeedbackOn_mA

const float_t SPS_CHANNEL_STATE_s::thresholdFeedbackOn_mA

current threshold in mA above which the channel is considered "on"

Definition at line 198 of file sps_cfg.h.


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