C# 클래스 MissionPlanner.Utilities.rtcm3

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

공개 메소드들

메소드 설명
Read ( byte data ) : int
ecef2pos ( double r, double &pos ) : void

비공개 메소드들

메소드 설명
dot ( double a, double b, int n ) : double
getbits ( byte buff, uint pos, uint len ) : int
getbits_38 ( byte buff, uint pos ) : double
getbitu ( Byte buff, UInt32 pos, UInt32 len ) : uint
set38bits ( byte buff, uint pos, double value ) : void
setbits ( byte buff, uint pos, uint len, int data ) : void
setbitu ( Byte buff, UInt32 pos, UInt32 len, UInt32 data ) : void

메소드 상세

Read() 공개 메소드

public Read ( byte data ) : int
data byte
리턴 int

ecef2pos() 공개 정적인 메소드

public static ecef2pos ( double r, double &pos ) : void
r double
pos double
리턴 void