Home
last modified time | relevance | path

Searched refs:DWFIX_NOT_INIT (Results 1 – 5 of 5) sorted by relevance

/dports/comms/direwolf/direwolf-1.6/src/
H A Ddwgps.h25 enum dwfix_e { DWFIX_NOT_INIT= -2, DWFIX_ERROR= -1, DWFIX_NOT_SEEN=0, DWFIX_NO_FIX=1, DWFIX_2D=2, D… enumerator
H A Ddwgps.c78 .fix = DWFIX_NOT_INIT, /* to detect read without init. */
H A Ddwgpsd.c509 case DWFIX_NOT_INIT:
H A Ddwgpsnmea.c817 case DWFIX_NOT_INIT: in main()
H A Dbeacon.c218 if (fix == DWFIX_NOT_INIT) { in beacon_init()