timeout property

  1. @ImcField('Reference Update Timeout', 'timeout', ImcType.typeFp32)
double timeout

The ammount of time, in seconds, after which the maneuver will be terminated if no reference has been received. In other words, the controlling entity should send reference updates in shorter periods than 'timeout'.

Implementation

@ImcField('Reference Update Timeout', 'timeout', ImcType.typeFp32)
double get timeout;