|
APM:Libraries
|
#include "AP_GPS.h"#include "AP_GPS_SBF.h"#include <DataFlash/DataFlash.h>#include <GCS_MAVLink/GCS.h>Go to the source code of this file.
Macros | |
| #define | ALLOW_DOUBLE_MATH_FUNCTIONS |
| #define | SBF_DEBUGGING 0 |
| #define | Debug(fmt, args ...) |
| #define | SBF_EXCESS_COMMAND_BYTES 5 |
| #define | RX_ERROR_MASK |
Variables | |
| const AP_HAL::HAL & | hal |
| #define ALLOW_DOUBLE_MATH_FUNCTIONS |
Definition at line 21 of file AP_GPS_SBF.cpp.
| #define Debug | ( | fmt, | |
| args ... | |||
| ) |
Definition at line 41 of file AP_GPS_SBF.cpp.
Referenced by AP_GPS_SBF::mount_disk(), AP_GPS_SBF::parse(), AP_GPS_SBF::process_message(), AP_GPS_SBF::read(), and AP_GPS_SBF::unmount_disk().
| #define RX_ERROR_MASK |
Definition at line 46 of file AP_GPS_SBF.cpp.
Referenced by AP_GPS_SBF::is_healthy(), and AP_GPS_SBF::process_message().
| #define SBF_DEBUGGING 0 |
Definition at line 30 of file AP_GPS_SBF.cpp.
| #define SBF_EXCESS_COMMAND_BYTES 5 |
Definition at line 44 of file AP_GPS_SBF.cpp.
Referenced by AP_GPS_SBF::parse().
| const AP_HAL::HAL& hal |
Definition at line 14 of file AC_PID_test.cpp.
1.8.13