C# 클래스 LogViewer.Utilities.LogEntryGPS

파일 보기 프로젝트 열기: Dronacharya-Org/Dronacharya 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
LogEntryGPS ( LogEntry entry ) : System

메소드 상세

LogEntryGPS() 공개 메소드

public LogEntryGPS ( LogEntry entry ) : System
entry LogEntry
리턴 System

프로퍼티 상세

Alt 공개적으로 프로퍼티

public float Alt
리턴 float

Cog 공개적으로 프로퍼티

public float Cog
리턴 float

EPH 공개적으로 프로퍼티

public float EPH
리턴 float

EPV 공개적으로 프로퍼티

public float EPV
리턴 float

Fix 공개적으로 프로퍼티

public byte Fix
리턴 byte

GPSTime 공개적으로 프로퍼티

public UInt64,System GPSTime
리턴 System.UInt64

J 공개적으로 프로퍼티

public UInt16,System J
리턴 System.UInt16

Lat 공개적으로 프로퍼티

public double Lat
리턴 double

Lon 공개적으로 프로퍼티

public double Lon
리턴 double

N 공개적으로 프로퍼티

public UInt16,System N
리턴 System.UInt16

SNR 공개적으로 프로퍼티

public UInt16,System SNR
리턴 System.UInt16

VelD 공개적으로 프로퍼티

public float VelD
리턴 float

VelE 공개적으로 프로퍼티

public float VelE
리턴 float

VelN 공개적으로 프로퍼티

public float VelN
리턴 float

nSat 공개적으로 프로퍼티

public byte nSat
리턴 byte