Home
last modified time | relevance | path

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

/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dmain.h442 extern double cvt_kn2len;
H A Ddb.c3150 atof(p_station->speed)*cvt_kn2len,tmp); in display_station()
3232 value = cvt_kn2len * calc_distance_course(l_lat,l_lon, in display_station()
3981 x_miles_km = cvt_kn2len * calc_distance_course(y0,x0,y0,x,temp_course,sizeof(temp_course)); in draw_range_scale()
3984 y_miles_km = cvt_kn2len * calc_distance_course(y0,x0,y,x0,temp_course,sizeof(temp_course)); in draw_range_scale()
6099 xastir_snprintf(temp, sizeof(temp), " %4.0f%s",atof(p_station->speed)*cvt_kn2len,un_spd); in station_data_fill_in()
15885 distance = value * cvt_kn2len; in data_add()
16153 speed = (int)(atof(current_speed) * cvt_kn2len + 0.5); // Poor man's rounding in compute_smart_beacon()
21833 sizeof(bearing)) * cvt_kn2len; in search_tracked_station()
H A Dmain.c699 double cvt_kn2len; // from knots variable
11556 …x_distance_real = cvt_kn2len * calc_distance_course(a_y,a_x,a_y,b_x,temp_course,sizeof(temp_course…
11559 …y_distance_real = cvt_kn2len * calc_distance_course(a_y,a_x,b_y,a_x,temp_course,sizeof(temp_course…
11563 …full_distance = cvt_kn2len * calc_distance_course(a_y,a_x,b_y,b_x,temp_course,sizeof(temp_course));
15700 x_miles = cvt_kn2len
15709 y_miles = cvt_kn2len
19516 cvt_kn2len = 1.1508; // knots to mph
19527 cvt_kn2len = 1.0; // knots to knots
19537 cvt_kn2len = 1.852; // knots to km/h