C# Class MissionPlanner.Utilities.adsb.ModeSMessage

ファイルを表示 Open project: ArduPilot/MissionPlanner

Public Properties

Property Type Description
AA uint
CA byte
DF byte
Ident string
PI uint
adsbdata byte[]
recvtime System.DateTime

Private Properties

Property Type Description

Public Methods

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

Method Details

LookupGillhamAltitude() public method

public LookupGillhamAltitude ( int acCode ) : int?
acCode int
return int?

getbits() public method

public getbits ( byte input, int startbit, int bitcount ) : byte[]
input byte
startbit int
bitcount int
return byte[]

Property Details

AA public_oe property

public uint AA
return uint

CA public_oe property

public byte CA
return byte

DF public_oe property

public byte DF
return byte

Ident public_oe property

public string Ident
return string

PI public_oe property

public uint PI
return uint

adsbdata public_oe property

public byte[] adsbdata
return byte[]

recvtime public_oe property

public DateTime,System recvtime
return System.DateTime