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

#include <can.h>

Data Fields

bool periodicEnable
 
bool currentSensorPresent [BS_NR_OF_STRINGS]
 
bool currentSensorCCPresent [BS_NR_OF_STRINGS]
 
bool currentSensorECPresent [BS_NR_OF_STRINGS]
 

Detailed Description

This structure contains variables relevant for the CAN signal module.

Definition at line 82 of file can.h.

Field Documentation

◆ currentSensorCCPresent

bool CAN_STATE_s::currentSensorCCPresent[BS_NR_OF_STRINGS]

defines if a CC info is being sent

Definition at line 85 of file can.h.

◆ currentSensorECPresent

bool CAN_STATE_s::currentSensorECPresent[BS_NR_OF_STRINGS]

defines if a EC info is being sent

Definition at line 86 of file can.h.

◆ currentSensorPresent

bool CAN_STATE_s::currentSensorPresent[BS_NR_OF_STRINGS]

defines if a current sensor is detected

Definition at line 84 of file can.h.

◆ periodicEnable

bool CAN_STATE_s::periodicEnable

defines if periodic transmit and receive should run

Definition at line 83 of file can.h.


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