APM:Libraries
|
#include <telem_structure.h>
Public Attributes | |
uint8_t | crc |
enum telem_type | type |
union { | |
uint8_t pkt [14] | |
struct telem_status status | |
struct telem_firmware fw | |
} | payload |
Definition at line 44 of file telem_structure.h.
uint8_t telem_packet_cypress::crc |
Definition at line 45 of file telem_structure.h.
struct telem_firmware telem_packet_cypress::fw |
Definition at line 50 of file telem_structure.h.
union { ... } telem_packet_cypress::payload |
uint8_t telem_packet_cypress::pkt[14] |
Definition at line 48 of file telem_structure.h.
struct telem_status telem_packet_cypress::status |
Definition at line 49 of file telem_structure.h.
enum telem_type telem_packet_cypress::type |
Definition at line 46 of file telem_structure.h.