C# 클래스 Rover.Commands.MovementCommand

상속: ICommand
파일 보기 프로젝트 열기: jpadillak/Concordia_Capstone2013-14

공개 메소드들

메소드 설명
Execute ( ) : void
MovementCommand ( string unparsedText ) : System
UnExecute ( ) : void

비공개 메소드들

메소드 설명
CreateMessage ( ) : string
IsValidIdentifier ( string text ) : bool
ParseDirection ( string text, int motorIndex ) : string
ParseMotorSide ( string text ) : string
ParseSpeed ( string text, int motorIndex ) : int
ReverseDirection ( string direction ) : string
SendMessage ( string message ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

MovementCommand() 공개 메소드

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

UnExecute() 공개 메소드

public UnExecute ( ) : void
리턴 void