PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <st24.h>
Public Attributes | |
uint8_t | header1 |
0x55 for a valid packet More... | |
uint8_t | header2 |
0x55 for a valid packet More... | |
uint8_t | length |
length includes type, data, and crc = sizeof(type)+sizeof(data[payload_len])+sizeof(crc8) More... | |
uint8_t | type |
from enum ST24_PACKET_TYPE More... | |
uint8_t | st24_data [ST24_DATA_LEN_MAX] |
uint8_t | crc8 |
crc8 checksum, calculated by st24_common_crc8 and including fields length, type and st24_data More... | |
uint8_t ReceiverFcPacket::crc8 |
crc8 checksum, calculated by st24_common_crc8 and including fields length, type and st24_data
Definition at line 74 of file st24.h.
Referenced by st24_decode().
uint8_t ReceiverFcPacket::length |
length includes type, data, and crc = sizeof(type)+sizeof(data[payload_len])+sizeof(crc8)
Definition at line 71 of file st24.h.
Referenced by st24_decode().
uint8_t ReceiverFcPacket::st24_data[ST24_DATA_LEN_MAX] |
Definition at line 73 of file st24.h.
Referenced by st24_decode().
uint8_t ReceiverFcPacket::type |