ACS Firmware Documentation
Attitude Control System Capstone 2018 for OreSat
Data Fields
can_buffer Struct Reference

can_buffer structure holds the send and recv buffers that are registered with the CAN bus More...

#include <acs.h>

Data Fields

uint8_t send [CAN_BUF_SIZE]
 
uint8_t recv [CAN_BUF_SIZE]
 

Detailed Description

can_buffer structure holds the send and recv buffers that are registered with the CAN bus

Field Documentation

◆ recv

uint8_t can_buffer::recv[CAN_BUF_SIZE]

◆ send

uint8_t can_buffer::send[CAN_BUF_SIZE]

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