APM:Libraries
|
#include <telem_structure.h>
Public Attributes | |
uint8_t | length |
uint8_t | type |
uint8_t | txid [2] |
union { | |
uint8_t pkt [12] | |
struct telem_status status | |
struct telem_firmware fw | |
} | payload |
uint8_t | crc [2] |
Definition at line 57 of file telem_structure.h.
uint8_t telem_packet_cc2500::crc[2] |
Definition at line 66 of file telem_structure.h.
struct telem_firmware telem_packet_cc2500::fw |
Definition at line 64 of file telem_structure.h.
uint8_t telem_packet_cc2500::length |
Definition at line 58 of file telem_structure.h.
union { ... } telem_packet_cc2500::payload |
uint8_t telem_packet_cc2500::pkt[12] |
Definition at line 62 of file telem_structure.h.
struct telem_status telem_packet_cc2500::status |
Definition at line 63 of file telem_structure.h.
uint8_t telem_packet_cc2500::txid[2] |
Definition at line 60 of file telem_structure.h.
uint8_t telem_packet_cc2500::type |
Definition at line 59 of file telem_structure.h.