C# 클래스 R2D2.BaseToBotDelM_

상속: Ice.ObjectDelM_, BaseToBotDel_
파일 보기 프로젝트 열기: intel-cornellcup/r2bot

공개 메소드들

메소드 설명
move ( int lSpeed, int rSpeed, string>._System context__, Ice observer__ ) : void
ping ( string>._System context__, Ice observer__ ) : void
playSound ( R2D2 snd, string>._System context__, Ice observer__ ) : void
rotateHead ( int angle, string>._System context__, Ice observer__ ) : void
setFlapState ( R2D2 state, string>._System context__, Ice observer__ ) : void
shutdown ( string>._System context__, Ice observer__ ) : void

메소드 상세

move() 공개 메소드

public move ( int lSpeed, int rSpeed, string>._System context__, Ice observer__ ) : void
lSpeed int
rSpeed int
context__ string>._System
observer__ Ice
리턴 void

ping() 공개 메소드

public ping ( string>._System context__, Ice observer__ ) : void
context__ string>._System
observer__ Ice
리턴 void

playSound() 공개 메소드

public playSound ( R2D2 snd, string>._System context__, Ice observer__ ) : void
snd R2D2
context__ string>._System
observer__ Ice
리턴 void

rotateHead() 공개 메소드

public rotateHead ( int angle, string>._System context__, Ice observer__ ) : void
angle int
context__ string>._System
observer__ Ice
리턴 void

setFlapState() 공개 메소드

public setFlapState ( R2D2 state, string>._System context__, Ice observer__ ) : void
state R2D2
context__ string>._System
observer__ Ice
리턴 void

shutdown() 공개 메소드

public shutdown ( string>._System context__, Ice observer__ ) : void
context__ string>._System
observer__ Ice
리턴 void