Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alberto Ruiz Garcia
Firmware
Commits
dc34328e
Commit
dc34328e
authored
9 years ago
by
Daniel Agar
Committed by
Lorenz Meier
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
datalinkloss param @unit
parent
11f1251f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/modules/navigator/datalinkloss_params.c
+6
-6
6 additions, 6 deletions
src/modules/navigator/datalinkloss_params.c
with
6 additions
and
6 deletions
src/modules/navigator/datalinkloss_params.c
+
6
−
6
View file @
dc34328e
...
...
@@ -48,7 +48,7 @@
*
* The amount of time in seconds the system should wait at the comms hold waypoint
*
* @unit s
econds
* @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 deg
rees
* 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 deg
rees
* 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 s
econds
* @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
);
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment