foxBMS
1.2.1
The foxBMS Battery Management System API Documentation
|
#include <contactor_cfg.h>
Data Fields | |
CONT_ELECTRICAL_STATE_TYPE_e | currentSet |
CONT_ELECTRICAL_STATE_TYPE_e | feedback |
const CONT_FEEDBACK_TYPE_e | feedbackPinType |
const SPS_CHANNEL_INDEX | spsChannel |
const CONT_NAMES_e | name |
Status struct for a registry of all contactors
Definition at line 96 of file contactor_cfg.h.
CONT_ELECTRICAL_STATE_TYPE_e CONT_CONTACTOR_STATE::currentSet |
current setpoint for the contactor
Definition at line 97 of file contactor_cfg.h.
CONT_ELECTRICAL_STATE_TYPE_e CONT_CONTACTOR_STATE::feedback |
feedback from the contactor
Definition at line 98 of file contactor_cfg.h.
const CONT_FEEDBACK_TYPE_e CONT_CONTACTOR_STATE::feedbackPinType |
type of feedback that the contactor uses
Definition at line 99 of file contactor_cfg.h.
const CONT_NAMES_e CONT_CONTACTOR_STATE::name |
name of the contactor
Definition at line 101 of file contactor_cfg.h.
const SPS_CHANNEL_INDEX CONT_CONTACTOR_STATE::spsChannel |
channel index of the SPS to which this contactor is connected
Definition at line 100 of file contactor_cfg.h.