C# Class MissionPlanner.Utilities.rtcm3

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

Public Methods

Method Description
Read ( byte data ) : int
ecef2pos ( double r, double &pos ) : void

Private Methods

Method Description
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

Method Details

Read() public method

public Read ( byte data ) : int
data byte
return int

ecef2pos() public static method

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