C# Class R2D2.BaseToBotDelM_

Inheritance: Ice.ObjectDelM_, BaseToBotDel_
ファイルを表示 Open project: intel-cornellcup/r2bot

Public Methods

Method Description
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

Method Details

move() public method

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

ping() public method

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

playSound() public method

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

rotateHead() public method

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

setFlapState() public method

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

shutdown() public method

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