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

#include <can_cfg.h>

Collaboration diagram for CAN_BUFFER_ELEMENT_s:

Data Fields

CAN_NODE_scanNode
 
uint32_t id
 
CAN_IDENTIFIER_TYPE_e idType
 
uint8_t data [CAN_MAX_DLC]
 

Detailed Description

Buffer element used to store the ID and data of a CAN RX message

Definition at line 169 of file can_cfg.h.

Field Documentation

◆ canNode

CAN_NODE_s* CAN_BUFFER_ELEMENT_s::canNode

CAN node on which the message has been received

Definition at line 170 of file can_cfg.h.

◆ data

uint8_t CAN_BUFFER_ELEMENT_s::data[CAN_MAX_DLC]

payload of the CAN message

Definition at line 173 of file can_cfg.h.

◆ id

uint32_t CAN_BUFFER_ELEMENT_s::id

ID of the CAN message

Definition at line 171 of file can_cfg.h.

◆ idType

CAN_IDENTIFIER_TYPE_e CAN_BUFFER_ELEMENT_s::idType

Standard or Extended identifier

Definition at line 172 of file can_cfg.h.


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