PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Go to the source code of this file.
Classes | |
struct | gps_mtk_packet_t |
the structures of the binary packets More... | |
class | GPSDriverMTK |
Macros | |
#define | MTK_SYNC1_V16 0xd0 |
#define | MTK_SYNC1_V19 0xd1 |
#define | MTK_SYNC2 0xdd |
#define | MTK_OUTPUT_5HZ "$PMTK220,200*2C\r\n" |
#define | MTK_SET_BINARY "$PGCMD,16,0,0,0,0,0*6A\r\n" |
#define | MTK_SBAS_ON "$PMTK313,1*2E\r\n" |
#define | MTK_WAAS_ON "$PMTK301,2*2E\r\n" |
#define | MTK_NAVTHRES_OFF "$PMTK397,0*23\r\n" |
#define | MTK_TIMEOUT_5HZ 400 |
#define | MTK_BAUDRATE 38400 |
#define | MTK_RECV_BUFFER_SIZE 40 |
Enumerations | |
enum | mtk_decode_state_t { MTK_DECODE_UNINIT = 0, MTK_DECODE_GOT_CK_A = 1, MTK_DECODE_GOT_CK_B = 2 } |
Definition in file mtk.h.
#define MTK_BAUDRATE 38400 |
Definition at line 57 of file mtk.h.
Referenced by GPSDriverMTK::configure().
#define MTK_NAVTHRES_OFF "$PMTK397,0*23\r\n" |
Definition at line 54 of file mtk.h.
Referenced by GPSDriverMTK::configure().
#define MTK_OUTPUT_5HZ "$PMTK220,200*2C\r\n" |
Definition at line 50 of file mtk.h.
Referenced by GPSDriverMTK::configure().
#define MTK_SBAS_ON "$PMTK313,1*2E\r\n" |
Definition at line 52 of file mtk.h.
Referenced by GPSDriverMTK::configure().
#define MTK_SET_BINARY "$PGCMD,16,0,0,0,0,0*6A\r\n" |
Definition at line 51 of file mtk.h.
Referenced by GPSDriverMTK::configure().
#define MTK_SYNC1_V16 0xd0 |
Definition at line 46 of file mtk.h.
Referenced by GPSDriverMTK::parseChar().
#define MTK_SYNC1_V19 0xd1 |
Definition at line 47 of file mtk.h.
Referenced by GPSDriverMTK::parseChar().
#define MTK_SYNC2 0xdd |
Definition at line 48 of file mtk.h.
Referenced by GPSDriverMTK::parseChar().
#define MTK_WAAS_ON "$PMTK301,2*2E\r\n" |
Definition at line 53 of file mtk.h.
Referenced by GPSDriverMTK::configure().
enum mtk_decode_state_t |