Home
last modified time | relevance | path

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

/dports/comms/direwolf/direwolf-1.6/src/
H A Dbeacon.c722 float turn_threshold = g_misc_config_p->sb_turn_angle + in sb_calculate_next_time() local
725 if (change > turn_threshold && in sb_calculate_next_time()
/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Ddb.c16139 int turn_threshold; in compute_smart_beacon() local
16202 turn_threshold = sb_turn_min; in compute_smart_beacon()
16216 turn_threshold += (int)( (sb_turn_slope * 10) / speed); in compute_smart_beacon()
16221 if (turn_threshold > 80) in compute_smart_beacon()
16223 turn_threshold = 80; in compute_smart_beacon()
16244 if ( (heading_change_since_beacon > turn_threshold) in compute_smart_beacon()