C# Class R2D2.BaseToBotDisp_

Inheritance: Ice.ObjectImpl, BaseToBot
Afficher le fichier Open project: intel-cornellcup/r2bot

Méthodes publiques

Свойство Type Description
ids__ string[]

Méthodes publiques

Méthode Description
dispatch__ ( IceInternal inS__, Ice current__ ) : Ice.DispatchStatus
ice_id ( ) : string
ice_id ( Ice current__ ) : string
ice_ids ( ) : string[]
ice_ids ( Ice current__ ) : string[]
ice_isA ( string s ) : bool
ice_isA ( string s, Ice current__ ) : bool
ice_staticId ( ) : string
move ( int lSpeed, int rSpeed ) : void
move ( int lSpeed, int rSpeed, Ice current__ ) : void
ping ( ) : void
ping ( Ice current__ ) : void
playSound ( R2D2 snd ) : void
playSound ( R2D2 snd, Ice current__ ) : void
rotateHead ( int angle ) : void
rotateHead ( int angle, Ice current__ ) : void
setFlapState ( R2D2 state ) : void
setFlapState ( R2D2 state, Ice current__ ) : void
shutdown ( ) : void
shutdown ( Ice current__ ) : void

Méthodes protégées

Méthode Description
readImpl__ ( IceInternal is__ ) : void
writeImpl__ ( IceInternal os__ ) : void

Private Methods

Méthode Description
move___ ( BaseToBot obj__, IceInternal inS__, Ice current__ ) : Ice.DispatchStatus
ping___ ( BaseToBot obj__, IceInternal inS__, Ice current__ ) : Ice.DispatchStatus
playSound___ ( BaseToBot obj__, IceInternal inS__, Ice current__ ) : Ice.DispatchStatus
rotateHead___ ( BaseToBot obj__, IceInternal inS__, Ice current__ ) : Ice.DispatchStatus
setFlapState___ ( BaseToBot obj__, IceInternal inS__, Ice current__ ) : Ice.DispatchStatus
shutdown___ ( BaseToBot obj__, IceInternal inS__, Ice current__ ) : Ice.DispatchStatus

Method Details

dispatch__() public méthode

public dispatch__ ( IceInternal inS__, Ice current__ ) : Ice.DispatchStatus
inS__ IceInternal
current__ Ice
Résultat Ice.DispatchStatus

ice_id() public méthode

public ice_id ( ) : string
Résultat string

ice_id() public méthode

public ice_id ( Ice current__ ) : string
current__ Ice
Résultat string

ice_ids() public méthode

public ice_ids ( ) : string[]
Résultat string[]

ice_ids() public méthode

public ice_ids ( Ice current__ ) : string[]
current__ Ice
Résultat string[]

ice_isA() public méthode

public ice_isA ( string s ) : bool
s string
Résultat bool

ice_isA() public méthode

public ice_isA ( string s, Ice current__ ) : bool
s string
current__ Ice
Résultat bool

ice_staticId() public static méthode

public static ice_staticId ( ) : string
Résultat string

move() public méthode

public move ( int lSpeed, int rSpeed ) : void
lSpeed int
rSpeed int
Résultat void

move() public abstract méthode

public abstract move ( int lSpeed, int rSpeed, Ice current__ ) : void
lSpeed int
rSpeed int
current__ Ice
Résultat void

ping() public méthode

public ping ( ) : void
Résultat void

ping() public abstract méthode

public abstract ping ( Ice current__ ) : void
current__ Ice
Résultat void

playSound() public méthode

public playSound ( R2D2 snd ) : void
snd R2D2
Résultat void

playSound() public abstract méthode

public abstract playSound ( R2D2 snd, Ice current__ ) : void
snd R2D2
current__ Ice
Résultat void

readImpl__() protected méthode

protected readImpl__ ( IceInternal is__ ) : void
is__ IceInternal
Résultat void

rotateHead() public méthode

public rotateHead ( int angle ) : void
angle int
Résultat void

rotateHead() public abstract méthode

public abstract rotateHead ( int angle, Ice current__ ) : void
angle int
current__ Ice
Résultat void

setFlapState() public méthode

public setFlapState ( R2D2 state ) : void
state R2D2
Résultat void

setFlapState() public abstract méthode

public abstract setFlapState ( R2D2 state, Ice current__ ) : void
state R2D2
current__ Ice
Résultat void

shutdown() public méthode

public shutdown ( ) : void
Résultat void

shutdown() public abstract méthode

public abstract shutdown ( Ice current__ ) : void
current__ Ice
Résultat void

writeImpl__() protected méthode

protected writeImpl__ ( IceInternal os__ ) : void
os__ IceInternal
Résultat void

Property Details

ids__ public_oe static_oe property

public static string[] ids__
Résultat string[]