C# 클래스 MissionPlanner.Utilities.adsb.ModeSMessage

파일 보기 프로젝트 열기: ArduPilot/MissionPlanner

공개 프로퍼티들

프로퍼티 타입 설명
AA uint
CA byte
DF byte
Ident string
PI uint
adsbdata byte[]
recvtime System.DateTime

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
LookupGillhamAltitude ( int acCode ) : int?
getbits ( byte input, int startbit, int bitcount ) : byte[]

메소드 상세

LookupGillhamAltitude() 공개 메소드

public LookupGillhamAltitude ( int acCode ) : int?
acCode int
리턴 int?

getbits() 공개 메소드

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

프로퍼티 상세

AA 공개적으로 프로퍼티

public uint AA
리턴 uint

CA 공개적으로 프로퍼티

public byte CA
리턴 byte

DF 공개적으로 프로퍼티

public byte DF
리턴 byte

Ident 공개적으로 프로퍼티

public string Ident
리턴 string

PI 공개적으로 프로퍼티

public uint PI
리턴 uint

adsbdata 공개적으로 프로퍼티

public byte[] adsbdata
리턴 byte[]

recvtime 공개적으로 프로퍼티

public DateTime,System recvtime
리턴 System.DateTime