PX4 Firmware
PX4 Autopilot Software http://px4.io
gps.cpp File Reference
Include dependency graph for gps.cpp:

Go to the source code of this file.

Variables

orb_advert_t mavlink_log_pub
 
static const uint32_t REQ_GPS_INIT_COUNT = 10
 
static const uint32_t GPS_TIMEOUT = 1000000
 

Variable Documentation

◆ GPS_TIMEOUT

const uint32_t GPS_TIMEOUT = 1000000
static

Definition at line 10 of file gps.cpp.

Referenced by BlockLocalPositionEstimator::gpsCheckTimeout().

◆ mavlink_log_pub

◆ REQ_GPS_INIT_COUNT

const uint32_t REQ_GPS_INIT_COUNT = 10
static

Definition at line 9 of file gps.cpp.

Referenced by BlockLocalPositionEstimator::gpsInit().