C# 클래스 Rover.GPSLog

상속: ISensorLog
파일 보기 프로젝트 열기: jpadillak/Concordia_Capstone2013-14 1 사용 예제들

공개 메소드들

메소드 설명
GPSLog ( string unparsedText ) : System
LogData ( ) : void
ReconstructCommand ( ) : void
UpdateValues ( ) : void

비공개 메소드들

메소드 설명
IsValidHeader ( string unparsedText ) : bool
TrimHeader ( string unparsedText ) : string

메소드 상세

GPSLog() 공개 메소드

public GPSLog ( string unparsedText ) : System
unparsedText string
리턴 System

LogData() 공개 메소드

public LogData ( ) : void
리턴 void

ReconstructCommand() 공개 메소드

public ReconstructCommand ( ) : void
리턴 void

UpdateValues() 공개 메소드

public UpdateValues ( ) : void
리턴 void