Searched refs:gps_time (Results 1 – 5 of 5) sorted by relevance
370 static BOOL convert_ascii_time(l_fp * fp, const char * gps_time);1559 const char * gps_time; in process_tpv() local1567 gps_time = json_object_lookup_string( in process_tpv()1571 if (gps_mode < 2 || NULL == gps_time) { in process_tpv()1589 save_ltc(pp, gps_time); in process_tpv()1591 if (convert_ascii_time(&up->sti_stamp, gps_time)) { in process_tpv()2089 const char * gps_time) in convert_ascii_time() argument2101 ep = strptime(gps_time, "%Y-%m-%dT%H:%M:%S", &gd); in convert_ascii_time()
252 u_char gps_time; /* use GPS time, not UTC */ member 760 if (!up->gps_time) { in nmea_procrec() 764 up->gps_time = 1; in nmea_procrec() 767 if (up->gps_time) { in nmea_procrec()
107 using std::chrono::gps_time;
3355 SYMBOL(gps_time, std::chrono::, <chrono>)