Skip to content
Snippets Groups Projects
Commit dc34328e authored by Daniel Agar's avatar Daniel Agar Committed by Lorenz Meier
Browse files

datalinkloss param @unit

parent 11f1251f
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@
*
* The amount of time in seconds the system should wait at the comms hold waypoint
*
* @unit seconds
* @unit s
* @min 0.0
* @group Data Link Loss
*/
......@@ -59,7 +59,7 @@ PARAM_DEFINE_FLOAT(NAV_DLL_CH_T, 120.0f);
*
* Latitude of comms hold waypoint
*
* @unit degrees * 1e7
* @unit deg * 1e7
* @min -900000000
* @max 900000000
* @group Data Link Loss
......@@ -71,7 +71,7 @@ PARAM_DEFINE_INT32(NAV_DLL_CH_LAT, -266072120);
*
* Longitude of comms hold waypoint
*
* @unit degrees * 1e7
* @unit deg * 1e7
* @min -1800000000
* @max 1800000000
* @group Data Link Loss
......@@ -95,7 +95,7 @@ PARAM_DEFINE_FLOAT(NAV_DLL_CH_ALT, 600.0f);
*
* The amount of time in seconds the system should wait at the airfield home waypoint
*
* @unit seconds
* @unit s
* @min 0.0
* @group Data Link Loss
*/
......@@ -107,6 +107,7 @@ PARAM_DEFINE_FLOAT(NAV_DLL_AH_T, 120.0f);
* After more than this number of data link timeouts the aircraft returns home directly
*
* @group Data Link Loss
* @unit
* @min 0
* @max 1000
*/
......@@ -119,7 +120,6 @@ PARAM_DEFINE_INT32(NAV_DLL_N, 2);
* airfield home
*
* @group Data Link Loss
* @min 0
* @max 1
* @unit boolean
*/
PARAM_DEFINE_INT32(NAV_DLL_CHSK, 0);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment