APM:Libraries
|
#include "AP_GPS.h"
#include "AP_GPS_SBP2.h"
#include <DataFlash/DataFlash.h>
#include <GCS_MAVLink/GCS_MAVLink.h>
#include <GCS_MAVLink/GCS.h>
Go to the source code of this file.
Macros | |
#define | SBP_DEBUGGING 0 |
#define | SBP_INFOREPORTING 1 |
#define | SBP_TIMEOUT_HEARTBEAT 2000 |
#define | Debug(fmt, args ...) |
#define | Info(fmt, args ...) |
Variables | |
const AP_HAL::HAL & | hal |
#define Debug | ( | fmt, | |
args ... | |||
) |
Definition at line 48 of file AP_GPS_SBP2.cpp.
Referenced by AP_GPS_SBP2::_attempt_state_update(), AP_GPS_SBP2::_sbp_process(), AP_GPS_SBP2::AP_GPS_SBP2(), and AP_GPS_SBP2::inject_data().
#define Info | ( | fmt, | |
args ... | |||
) |
Definition at line 52 of file AP_GPS_SBP2.cpp.
Referenced by AP_GPS_SBP2::_attempt_state_update().
#define SBP_DEBUGGING 0 |
Definition at line 31 of file AP_GPS_SBP2.cpp.
#define SBP_INFOREPORTING 1 |
Definition at line 32 of file AP_GPS_SBP2.cpp.
#define SBP_TIMEOUT_HEARTBEAT 2000 |
Definition at line 37 of file AP_GPS_SBP2.cpp.
Referenced by AP_GPS_SBP2::_attempt_state_update().
const AP_HAL::HAL& hal |
Definition at line 14 of file AC_PID_test.cpp.