Searched refs:latitude (Results 1 – 7 of 7) sorted by relevance
24 …rse the NMEA statements and output common information such as UTC time, latitude, longitude, altit…64 latitude = 31.20177°N70 latitude = 31.20177°N76 latitude = 31.20178°N82 latitude = 31.20178°N88 latitude = 31.20178°N
124 esp_gps->parent.latitude = parse_lat_long(esp_gps); in parse_gga()128 esp_gps->parent.latitude *= -1; in parse_gga()259 esp_gps->parent.latitude = parse_lat_long(esp_gps); in parse_rmc()263 esp_gps->parent.latitude *= -1; in parse_rmc()305 esp_gps->parent.latitude = parse_lat_long(esp_gps); in parse_gll()309 esp_gps->parent.latitude *= -1; in parse_gll()
44 gps->latitude, gps->longitude, gps->altitude, gps->speed); in gps_event_handler()
106 float latitude; /*!< Latitude (degrees) */ member
238 int32_t latitude; member329 int32_t latitude; member
1450 int32_t latitude = net_buf_simple_pull_le32(buf); in gen_location_set() local1457 .loc_global_set.latitude = latitude, in gen_location_set()1466 if (latitude != 0x80000000) { in gen_location_set()1467 srv->state->global_latitude = latitude; in gen_location_set()1477 .gen_loc_global_set.latitude = srv->state->global_latitude, in gen_location_set()
1032 int32_t latitude; /*!< The Global Latitude value of Generic Location state */ member