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

Afficher le fichier Open project: Dronacharya-Org/Dronacharya

Méthodes publiques

Свойство Type Description
attempt byte
cal_mask byte
cal_status byte
compass_id byte
completion_pct byte
direction_x System.Single
direction_y System.Single
direction_z System.Single

Property Details

attempt public_oe property

Attempt number
public byte attempt
Résultat byte

cal_mask public_oe property

Bitmask of compasses being calibrated
public byte cal_mask
Résultat byte

cal_status public_oe property

Status (see MAG_CAL_STATUS enum)
public byte cal_status
Résultat byte

compass_id public_oe property

Compass being calibrated
public byte compass_id
Résultat byte

completion_pct public_oe property

Completion percentage
public byte completion_pct
Résultat byte

direction_x public_oe property

Body frame direction vector for display
public Single,System direction_x
Résultat System.Single

direction_y public_oe property

Body frame direction vector for display
public Single,System direction_y
Résultat System.Single

direction_z public_oe property

Body frame direction vector for display
public Single,System direction_z
Résultat System.Single