foxBMS
1.2.1
The foxBMS Battery Management System API Documentation
|
#include <can_helper.h>
Data Fields | |
uint8_t | bitStart |
uint8_t | bitLength |
float | factor |
float | offset |
float | min |
float | max |
type definition for fields of a CAN signal
Definition at line 79 of file can_helper.h.
uint8_t CAN_SIGNAL_TYPE::bitLength |
length bit of signal in CAN message
Definition at line 81 of file can_helper.h.
uint8_t CAN_SIGNAL_TYPE::bitStart |
start bit of signal in CAN message
Definition at line 80 of file can_helper.h.
float CAN_SIGNAL_TYPE::factor |
scaling factor applied to data
Definition at line 82 of file can_helper.h.
float CAN_SIGNAL_TYPE::max |
maximum allowed value for signal
Definition at line 85 of file can_helper.h.
float CAN_SIGNAL_TYPE::min |
minimum allowed value for signal
Definition at line 84 of file can_helper.h.
float CAN_SIGNAL_TYPE::offset |
offset applied to data
Definition at line 83 of file can_helper.h.