Home
last modified time | relevance | path

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

/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Ddb.c16309 long pos_long_temp, pos_lat_temp; in my_station_gps_change() local
16361 pos_lat_temp = convert_lat_s2l(pos_lat); in my_station_gps_change()
16367 convert_lat_l2s(pos_lat_temp, temp_data, sizeof(temp_data), CONVERT_HP_NORMAL); in my_station_gps_change()
16381 if ((p_station->coord_lon != pos_long_temp) || (p_station->coord_lat != pos_lat_temp)) in my_station_gps_change()
16386 if ((pos_lat_temp>NW_corner_latitude) && (pos_lat_temp<SE_corner_latitude)) in my_station_gps_change()
16389 || (labs((p_station->coord_lat+(scale_y/2))-pos_lat_temp)/scale_y)>0) in my_station_gps_change()
16415 p_station->coord_lat = pos_lat_temp; // DK7IN: we have it already !?? in my_station_gps_change()