C# Class LogViewer.Utilities.LogEntryGPS

Datei anzeigen Open project: Dronacharya-Org/Dronacharya Class Usage Examples

Public Properties

Property Type Description
Alt float
Cog float
EPH float
EPV float
Fix byte
GPSTime System.UInt64
J System.UInt16
Lat double
Lon double
N System.UInt16
SNR System.UInt16
VelD float
VelE float
VelN float
nSat byte

Public Methods

Method Description
LogEntryGPS ( LogEntry entry ) : System

Method Details

LogEntryGPS() public method

public LogEntryGPS ( LogEntry entry ) : System
entry LogEntry
return System

Property Details

Alt public_oe property

public float Alt
return float

Cog public_oe property

public float Cog
return float

EPH public_oe property

public float EPH
return float

EPV public_oe property

public float EPV
return float

Fix public_oe property

public byte Fix
return byte

GPSTime public_oe property

public UInt64,System GPSTime
return System.UInt64

J public_oe property

public UInt16,System J
return System.UInt16

Lat public_oe property

public double Lat
return double

Lon public_oe property

public double Lon
return double

N public_oe property

public UInt16,System N
return System.UInt16

SNR public_oe property

public UInt16,System SNR
return System.UInt16

VelD public_oe property

public float VelD
return float

VelE public_oe property

public float VelE
return float

VelN public_oe property

public float VelN
return float

nSat public_oe property

public byte nSat
return byte