C# Class MissionPlanner.Utilities.adsb.ModeSMessage

Afficher le fichier Open project: ArduPilot/MissionPlanner

Méthodes publiques

Свойство Type Description
AA uint
CA byte
DF byte
Ident string
PI uint
adsbdata byte[]
recvtime System.DateTime

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
LookupGillhamAltitude ( int acCode ) : int?
getbits ( byte input, int startbit, int bitcount ) : byte[]

Method Details

LookupGillhamAltitude() public méthode

public LookupGillhamAltitude ( int acCode ) : int?
acCode int
Résultat int?

getbits() public méthode

public getbits ( byte input, int startbit, int bitcount ) : byte[]
input byte
startbit int
bitcount int
Résultat byte[]

Property Details

AA public_oe property

public uint AA
Résultat uint

CA public_oe property

public byte CA
Résultat byte

DF public_oe property

public byte DF
Résultat byte

Ident public_oe property

public string Ident
Résultat string

PI public_oe property

public uint PI
Résultat uint

adsbdata public_oe property

public byte[] adsbdata
Résultat byte[]

recvtime public_oe property

public DateTime,System recvtime
Résultat System.DateTime