APM:Libraries
|
Go to the source code of this file.
Classes | |
struct | telem_status |
struct | telem_firmware |
struct | telem_packet_cypress |
struct | telem_packet_cc2500 |
struct | srt_packet |
Macros | |
#define | TELEM_FLAG_GPS_OK (1U<<0) |
#define | TELEM_FLAG_ARM_OK (1U<<1) |
#define | TELEM_FLAG_BATT_OK (1U<<2) |
#define | TELEM_FLAG_ARMED (1U<<4) |
#define | TELEM_FLAG_POS_OK (1U<<5) |
#define | TELEM_FLAG_VIDEO (1U<<6) |
#define | TELEM_FLAG_HYBRID (1U<<7) |
Enumerations | |
enum | telem_type { TELEM_STATUS = 0, TELEM_PLAY = 1, TELEM_FW = 2 } |
enum | packet_type { PKTYPE_VOLTAGE = 0, PKTYPE_YEAR = 1, PKTYPE_MONTH = 2, PKTYPE_DAY = 3, PKTYPE_TELEM_RSSI = 4, PKTYPE_TELEM_PPS = 5, PKTYPE_BL_VERSION = 6, PKTYPE_FW_ACK = 7, PKTYPE_NUM_TYPES = 8 } |
#define TELEM_FLAG_ARM_OK (1U<<1) |
Definition at line 16 of file telem_structure.h.
#define TELEM_FLAG_ARMED (1U<<4) |
Definition at line 18 of file telem_structure.h.
#define TELEM_FLAG_BATT_OK (1U<<2) |
Definition at line 17 of file telem_structure.h.
#define TELEM_FLAG_GPS_OK (1U<<0) |
Definition at line 15 of file telem_structure.h.
#define TELEM_FLAG_HYBRID (1U<<7) |
Definition at line 21 of file telem_structure.h.
#define TELEM_FLAG_POS_OK (1U<<5) |
Definition at line 19 of file telem_structure.h.
#define TELEM_FLAG_VIDEO (1U<<6) |
Definition at line 20 of file telem_structure.h.
enum packet_type |
Enumerator | |
---|---|
PKTYPE_VOLTAGE | |
PKTYPE_YEAR | |
PKTYPE_MONTH | |
PKTYPE_DAY | |
PKTYPE_TELEM_RSSI | |
PKTYPE_TELEM_PPS | |
PKTYPE_BL_VERSION | |
PKTYPE_FW_ACK | |
PKTYPE_NUM_TYPES |
Definition at line 73 of file telem_structure.h.
enum telem_type |
Enumerator | |
---|---|
TELEM_STATUS | |
TELEM_PLAY | |
TELEM_FW |
Definition at line 8 of file telem_structure.h.