C# Class R2D2.BaseToBotDelM_

Inheritance: Ice.ObjectDelM_, BaseToBotDel_
Afficher le fichier Open project: intel-cornellcup/r2bot

Méthodes publiques

Méthode 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 méthode

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

ping() public méthode

public ping ( string>._System context__, Ice observer__ ) : void
context__ string>._System
observer__ Ice
Résultat void

playSound() public méthode

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

rotateHead() public méthode

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

setFlapState() public méthode

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

shutdown() public méthode

public shutdown ( string>._System context__, Ice observer__ ) : void
context__ string>._System
observer__ Ice
Résultat void