C# Class LogViewer.Utilities.LogEntryGPS

Show file 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 property

public float Alt
return float

Cog public property

public float Cog
return float

EPH public property

public float EPH
return float

EPV public property

public float EPV
return float

Fix public property

public byte Fix
return byte

GPSTime public property

public UInt64,System GPSTime
return System.UInt64

J public property

public UInt16,System J
return System.UInt16

Lat public property

public double Lat
return double

Lon public property

public double Lon
return double

N public property

public UInt16,System N
return System.UInt16

SNR public property

public UInt16,System SNR
return System.UInt16

VelD public property

public float VelD
return float

VelE public property

public float VelE
return float

VelN public property

public float VelN
return float

nSat public property

public byte nSat
return byte