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

Afficher le fichier Open project: Dronacharya-Org/Dronacharya

Méthodes publiques

Свойство Type Description
chan10_raw System.UInt16
chan11_raw System.UInt16
chan12_raw System.UInt16
chan1_raw System.UInt16
chan2_raw System.UInt16
chan3_raw System.UInt16
chan4_raw System.UInt16
chan5_raw System.UInt16
chan6_raw System.UInt16
chan7_raw System.UInt16
chan8_raw System.UInt16
chan9_raw System.UInt16
rssi byte
time_usec System.UInt64

Property Details

chan10_raw public_oe property

RC channel 10 value, in microseconds
public UInt16,System chan10_raw
Résultat System.UInt16

chan11_raw public_oe property

RC channel 11 value, in microseconds
public UInt16,System chan11_raw
Résultat System.UInt16

chan12_raw public_oe property

RC channel 12 value, in microseconds
public UInt16,System chan12_raw
Résultat System.UInt16

chan1_raw public_oe property

RC channel 1 value, in microseconds
public UInt16,System chan1_raw
Résultat System.UInt16

chan2_raw public_oe property

RC channel 2 value, in microseconds
public UInt16,System chan2_raw
Résultat System.UInt16

chan3_raw public_oe property

RC channel 3 value, in microseconds
public UInt16,System chan3_raw
Résultat System.UInt16

chan4_raw public_oe property

RC channel 4 value, in microseconds
public UInt16,System chan4_raw
Résultat System.UInt16

chan5_raw public_oe property

RC channel 5 value, in microseconds
public UInt16,System chan5_raw
Résultat System.UInt16

chan6_raw public_oe property

RC channel 6 value, in microseconds
public UInt16,System chan6_raw
Résultat System.UInt16

chan7_raw public_oe property

RC channel 7 value, in microseconds
public UInt16,System chan7_raw
Résultat System.UInt16

chan8_raw public_oe property

RC channel 8 value, in microseconds
public UInt16,System chan8_raw
Résultat System.UInt16

chan9_raw public_oe property

RC channel 9 value, in microseconds
public UInt16,System chan9_raw
Résultat System.UInt16

rssi public_oe property

Receive signal strength indicator, 0: 0%, 255: 100%
public byte rssi
Résultat byte

time_usec public_oe property

Timestamp (microseconds since UNIX epoch or microseconds since system boot)
public UInt64,System time_usec
Résultat System.UInt64