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