Home
last modified time | relevance | path

Searched refs:STATUS_RTK_FIX (Results 1 – 6 of 6) sorted by relevance

/dports/astro/gpsd/gpsd-3.20/gps/
H A Dgps.py77 STATUS_RTK_FIX = 3 variable
/dports/astro/gpsd/gpsd-3.20/
H A Dpseudonmea.c131 case STATUS_RTK_FIX: in gpsd_position_fix_dump()
H A Dcgps.c802 case STATUS_RTK_FIX: in update_gps_panel()
H A Dgps.h2239 #define STATUS_RTK_FIX 3 /* yes, with RTK Fixed */ macro
H A Ddriver_nmea0183.c106 newstatus = STATUS_RTK_FIX; in faa_mode()
839 newstatus = STATUS_RTK_FIX; in processGGA()
H A Dxgps1266 elif gps.STATUS_RTK_FIX == data.status: