C# Class Microsoft.Networking.Mavlink.MAVLink.mavlink_limits_status_t

Afficher le fichier Open project: Dronacharya-Org/Dronacharya

Méthodes publiques

Свойство Type Description
breach_count System.UInt16
last_action System.UInt32
last_clear System.UInt32
last_recovery System.UInt32
last_trigger System.UInt32
limits_state byte
mods_enabled byte
mods_required byte
mods_triggered byte

Property Details

breach_count public_oe property

number of fence breaches
public UInt16,System breach_count
Résultat System.UInt16

last_action public_oe property

time of last recovery action in milliseconds since boot
public UInt32,System last_action
Résultat System.UInt32

last_clear public_oe property

time of last all-clear in milliseconds since boot
public UInt32,System last_clear
Résultat System.UInt32

last_recovery public_oe property

time of last successful recovery in milliseconds since boot
public UInt32,System last_recovery
Résultat System.UInt32

last_trigger public_oe property

time of last breach in milliseconds since boot
public UInt32,System last_trigger
Résultat System.UInt32

limits_state public_oe property

state of AP_Limits, (see enum LimitState, LIMITS_STATE)
public byte limits_state
Résultat byte

mods_enabled public_oe property

AP_Limit_Module bitfield of enabled modules, (see enum moduleid or LIMIT_MODULE)
public byte mods_enabled
Résultat byte

mods_required public_oe property

AP_Limit_Module bitfield of required modules, (see enum moduleid or LIMIT_MODULE)
public byte mods_required
Résultat byte

mods_triggered public_oe property

AP_Limit_Module bitfield of triggered modules, (see enum moduleid or LIMIT_MODULE)
public byte mods_triggered
Résultat byte