C# Class MissionPlanner.Utilities.rtcm3

Inheritance: ICorrections
Afficher le fichier Open project: ArduPilot/MissionPlanner

Méthodes publiques

Méthode Description
Read ( byte data ) : int
ecef2pos ( double r, double &pos ) : void

Private Methods

Méthode 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 méthode

public Read ( byte data ) : int
data byte
Résultat int

ecef2pos() public static méthode

public static ecef2pos ( double r, double &pos ) : void
r double
pos double
Résultat void