github.com/bluenviron/gomavlib/v2@v2.2.1-0.20240308101627-2c07e3da629c/pkg/dialects/ardupilotmega/enum_mav_sys_status_sensor_extended.go (about)

     1  //autogenerated:yes
     2  //nolint:revive,misspell,govet,lll,dupl,gocritic
     3  package ardupilotmega
     4  
     5  import (
     6  	"github.com/bluenviron/gomavlib/v2/pkg/dialects/common"
     7  )
     8  
     9  // These encode the sensors whose status is sent as part of the SYS_STATUS message in the extended fields.
    10  type MAV_SYS_STATUS_SENSOR_EXTENDED = common.MAV_SYS_STATUS_SENSOR_EXTENDED
    11  
    12  const (
    13  	// 0x01 Recovery system (parachute, balloon, retracts etc)
    14  	MAV_SYS_STATUS_RECOVERY_SYSTEM MAV_SYS_STATUS_SENSOR_EXTENDED = common.MAV_SYS_STATUS_RECOVERY_SYSTEM
    15  )