Home
last modified time | relevance | path

Searched refs:gps_tow (Results 1 – 8 of 8) sorted by relevance

/dports/astro/gpsd/gpsd-3.20/
H A Ddriver_sirf.c493 double gps_tow = 0.0; in sirf_msg_nlmd() local
504 (double)gps_tow); in sirf_msg_nlmd()
586 uint32_t gps_tow = 0; in sirf_msg_67_1() local
631 gps_tow = msecs / 1000; in sirf_msg_67_1()
632 gps_tow_ns.tv_sec = gps_tow; in sirf_msg_67_1()
817 uint32_t gps_tow = 0; in sirf_msg_67_16() local
840 gps_tow = getbeu32(buf, 4) / 1000; in sirf_msg_67_16()
844 gps_tow_ns.tv_sec = gps_tow; in sirf_msg_67_16()
1145 uint32_t gps_tow = 0; in sirf_msg_tcxo() local
1204 gps_tow = getbeu32(buf, 2); in sirf_msg_tcxo()
[all …]
H A Ddriver_garmin.c194 double gps_tow; /* gps time of week (seconds) */ member
309 double gps_tow = 0; in PrintSERPacket() local
387 gps_tow = GPSD_LED64(pvt->gps_tow); in PrintSERPacket()
388 time_l += (time_t)round(gps_tow); in PrintSERPacket()
397 DTOTS(&session->context->gps_tow, gps_tow); in PrintSERPacket()
491 gps_tow, in PrintSERPacket()
H A Dtimebase.c418 session->context->gps_tow = tow; in gpsd_gpstime_resolv()
H A Ddriver_navcom.c603 DTOTS(&session->context->gps_tow, (double)(toc * SF_TOC)); in handle_0x81()
612 timespec_str(&session->context->gps_tow, ts_buf, sizeof(ts_buf)), in handle_0x81()
808 MSTOTS(&session->context->gps_tow, tow); in handle_0xb0()
817 timespec_str(&session->context->gps_tow, ts_buf, sizeof(ts_buf)), in handle_0xb0()
H A Dmonitor_garmin.c48 double gps_tow; member
H A Dsubframe.c736 session->context->gps_tow.tv_sec) && in gpsd_interpret_subframe()
738 session->context->gps_tow.tv_sec)) { in gpsd_interpret_subframe()
H A Dgpsd.h307 timespec_t gps_tow; /* GPS time of week */ member
H A Dgpsd_json.c283 (long long)session->context->gps_tow.tv_sec, in json_tpv_dump()
284 session->context->gps_tow.tv_nsec / 1000000L, in json_tpv_dump()