<short_desc>Arm authorization parameters, this uint32_t will be split between starting from the LSB:
<short_desc>Arm authorizer system id</short_desc>
- 8bits to authorizer system id
<long_desc>Used if arm authorization is requested by COM_ARM_AUTH_REQ.</long_desc>
- 16bits to authentication method parameter, this will be used to store a timeout for the first 2 methods but can be used to another parameter for other new authentication methods.
<long_desc>Methods: - one arm: request authorization and arm when authorization is received - two step arm: 1st arm command request an authorization and 2nd arm command arm the drone if authorized Used if arm authorization is requested by COM_ARM_AUTH_REQ.</long_desc>
* the MSB bit is not used to avoid problems in the conversion between int and uint</short_desc>
<values>
<long_desc>Default value: (10 << 0 | 1000 << 8 | 0 << 24) = 256010 - authorizer system id = 10 - authentication method parameter = 1000 msec of timeout - authentication method = during arm</long_desc>