Home
last modified time | relevance | path

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

/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dmain.h177 extern int sb_low_speed_limit;
H A Dxa_config.c1073 store_int (fout, "SB_LOW_SPEED_LIMIT", sb_low_speed_limit); in save_data()
2391 sb_low_speed_limit = get_int ("SB_LOW_SPEED_LIMIT", 0,999,2); in load_data_or_default()
H A Dmain.c1018 int sb_low_speed_limit = 2; // Speed below which SmartBeaconing(tm) is disabled & variable
1303 sb_low_speed_limit = i; in Smart_Beacon_change_data()
1829 (int)((sb_low_speed_limit * 1.6094) + 0.5) ); in Smart_Beacon()
1837 sb_low_speed_limit); in Smart_Beacon()
H A Ddb.c16161 if (speed <= sb_low_speed_limit) in compute_smart_beacon()