C# 클래스 MissionPlanner.Log.LogOutput

파일 보기 프로젝트 열기: ArduPilot/MissionPlanner 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PosLatLngAlts List

공개 메소드들

메소드 설명
GetFromGps ( int weeknumber, double seconds ) : System.DateTime
HexStringToColor ( string hexColor ) : Color

abgr

IsClockwise ( IList vertices ) : bool
processLine ( string line ) : void
writeGPX ( string filename ) : void
writeKML ( string filename ) : void
writeKMLFirstPerson ( string filename ) : void
writeRinex ( string filename ) : void
writeWPFile ( string basefilename ) : void

비공개 메소드들

메소드 설명
writeParamFile ( string filename ) : void

메소드 상세

GetFromGps() 공개 정적인 메소드

public static GetFromGps ( int weeknumber, double seconds ) : System.DateTime
weeknumber int
seconds double
리턴 System.DateTime

HexStringToColor() 공개 정적인 메소드

abgr
public static HexStringToColor ( string hexColor ) : Color
hexColor string
리턴 Color

IsClockwise() 공개 메소드

public IsClockwise ( IList vertices ) : bool
vertices IList
리턴 bool

processLine() 공개 메소드

public processLine ( string line ) : void
line string
리턴 void

writeGPX() 공개 메소드

public writeGPX ( string filename ) : void
filename string
리턴 void

writeKML() 공개 메소드

public writeKML ( string filename ) : void
filename string
리턴 void

writeKMLFirstPerson() 공개 메소드

public writeKMLFirstPerson ( string filename ) : void
filename string
리턴 void

writeRinex() 공개 메소드

public writeRinex ( string filename ) : void
filename string
리턴 void

writeWPFile() 공개 메소드

public writeWPFile ( string basefilename ) : void
basefilename string
리턴 void

프로퍼티 상세

PosLatLngAlts 공개적으로 프로퍼티

public List PosLatLngAlts
리턴 List