APM:Libraries
Macros | Variables
AP_GPS_SBP.cpp File Reference
#include "AP_GPS.h"
#include "AP_GPS_SBP.h"
#include <DataFlash/DataFlash.h>
Include dependency graph for AP_GPS_SBP.cpp:

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::HALhal
 

Macro Definition Documentation

◆ Debug

#define Debug (   fmt,
  args ... 
)
Value:
do { \
hal.console->printf("%s:%d: " fmt "\n", \
__FUNCTION__, __LINE__, \
## args); \
hal.scheduler->delay(1); \
} while(0)
const char * fmt
Definition: Printf.cpp:14

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().

◆ SBP_DEBUGGING

#define SBP_DEBUGGING   1

Definition at line 29 of file AP_GPS_SBP.cpp.

◆ SBP_HW_LOGGING

#define SBP_HW_LOGGING   1

Definition at line 30 of file AP_GPS_SBP.cpp.

◆ SBP_TIMEOUT_HEATBEAT

#define SBP_TIMEOUT_HEATBEAT   4000

Definition at line 32 of file AP_GPS_SBP.cpp.

Referenced by AP_GPS_SBP::_attempt_state_update().

◆ SBP_TIMEOUT_PVT

#define SBP_TIMEOUT_PVT   500

Definition at line 33 of file AP_GPS_SBP.cpp.

Referenced by AP_GPS_SBP::_attempt_state_update().

Variable Documentation

◆ hal

const AP_HAL::HAL& hal

Definition at line 14 of file AC_PID_test.cpp.