foxBMS  1.2.1
The foxBMS Battery Management System API Documentation
CAN_SIGNAL_TYPE Struct Reference

#include <can_helper.h>

Data Fields

uint8_t bitStart
 
uint8_t bitLength
 
float factor
 
float offset
 
float min
 
float max
 

Detailed Description

type definition for fields of a CAN signal

Definition at line 79 of file can_helper.h.

Field Documentation

◆ bitLength

uint8_t CAN_SIGNAL_TYPE::bitLength

length bit of signal in CAN message

Definition at line 81 of file can_helper.h.

◆ bitStart

uint8_t CAN_SIGNAL_TYPE::bitStart

start bit of signal in CAN message

Definition at line 80 of file can_helper.h.

◆ factor

float CAN_SIGNAL_TYPE::factor

scaling factor applied to data

Definition at line 82 of file can_helper.h.

◆ max

float CAN_SIGNAL_TYPE::max

maximum allowed value for signal

Definition at line 85 of file can_helper.h.

◆ min

float CAN_SIGNAL_TYPE::min

minimum allowed value for signal

Definition at line 84 of file can_helper.h.

◆ offset

float CAN_SIGNAL_TYPE::offset

offset applied to data

Definition at line 83 of file can_helper.h.


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