C# 클래스 MarsRover.Motor

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

공개 메소드들

메소드 설명
GetLocationFriendlyString ( Motor location ) : string
GetLocationFromUpdateString ( string updateString ) : Motor.Location
GetUpdateString ( ) : string
Motor ( Motor location ) : System
UpdateFromString ( string updateString ) : void

비공개 메소드들

메소드 설명
CheckCurrentStatus ( ) : void
CheckTemperatureStatus ( ) : void

메소드 상세

GetLocationFriendlyString() 공개 정적인 메소드

public static GetLocationFriendlyString ( Motor location ) : string
location Motor
리턴 string

GetLocationFromUpdateString() 공개 정적인 메소드

public static GetLocationFromUpdateString ( string updateString ) : Motor.Location
updateString string
리턴 Motor.Location

GetUpdateString() 공개 메소드

public GetUpdateString ( ) : string
리턴 string

Motor() 공개 메소드

public Motor ( Motor location ) : System
location Motor
리턴 System

UpdateFromString() 공개 메소드

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