APM:Libraries
|
Go to the source code of this file.
Macros | |
#define | SBP_DEBUGGING 1 |
#define | SBP_HW_LOGGING 1 |
#define | SBP_TIMEOUT_HEATBEAT 4000 |
#define | SBP_TIMEOUT_PVT 500 |
#define | Debug(fmt, args ...) |
Variables | |
const AP_HAL::HAL & | hal |
#define Debug | ( | fmt, | |
args ... | |||
) |
Definition at line 36 of file AP_GPS_SBP.cpp.
Referenced by AP_GPS_SBP::_attempt_state_update(), AP_GPS_SBP::_sbp_process(), AP_GPS_SBP::AP_GPS_SBP(), and AP_GPS_SBP::inject_data().
#define SBP_DEBUGGING 1 |
Definition at line 29 of file AP_GPS_SBP.cpp.
#define SBP_HW_LOGGING 1 |
Definition at line 30 of file AP_GPS_SBP.cpp.
#define SBP_TIMEOUT_HEATBEAT 4000 |
Definition at line 32 of file AP_GPS_SBP.cpp.
Referenced by AP_GPS_SBP::_attempt_state_update().
#define SBP_TIMEOUT_PVT 500 |
Definition at line 33 of file AP_GPS_SBP.cpp.
Referenced by AP_GPS_SBP::_attempt_state_update().
const AP_HAL::HAL& hal |
Definition at line 14 of file AC_PID_test.cpp.