C# 클래스 MarsRover.GPSCoordinates

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

공개 메소드들

메소드 설명
GPSCoordinates ( ) : System
GetUpdateString ( ) : string
UpdateFromString ( string updateString ) : void

비공개 메소드들

메소드 설명
nmeaToLatitude ( double Z ) : double
nmeaToLongitude ( double X, double Y ) : double

메소드 상세

GPSCoordinates() 공개 메소드

public GPSCoordinates ( ) : System
리턴 System

GetUpdateString() 공개 메소드

public GetUpdateString ( ) : string
리턴 string

UpdateFromString() 공개 메소드

public UpdateFromString ( string updateString ) : void
updateString string
리턴 void