datalink check: ignore onboard computer

This commit is contained in:
Thomas Gubler
2014-09-03 10:34:52 +02:00
parent 3d01da35d0
commit 3f8793210b
2 changed files with 27 additions and 3 deletions
+10
View File
@@ -128,3 +128,13 @@ PARAM_DEFINE_INT32(COM_DL_LOSS_T, 10);
* @max 30
*/
PARAM_DEFINE_INT32(COM_DL_REG_T, 0);
/** Onboard computer system id
*
* The system id of the onboard computer. Heartbeats from this system are ignored during the datalink check
*
* @group commander
* @min 0
* @max 255
*/
PARAM_DEFINE_INT32(COM_ONBSYSID, 42);