C# Class MockBase.BotToBaseImpl

Inheritance: R2D2.BotToBaseDisp_
Afficher le fichier Open project: intel-cornellcup/r2bot Class Usage Examples

Méthodes publiques

Méthode Description
stopAndGo ( bool stopped, Ice current ) : void
updateBotPosition ( BotPosition enc, BotPosition imu, Ice current ) : void
updateInventory ( int inventory, Ice current ) : void
updateObstacleGrid ( long grid, Ice current ) : void
updatePowerStats ( float batteryPercent, float voltage, float regulatedCurrent, float unregulatedCurrent, Ice current ) : void

Method Details

stopAndGo() public méthode

public stopAndGo ( bool stopped, Ice current ) : void
stopped bool
current Ice
Résultat void

updateBotPosition() public méthode

public updateBotPosition ( BotPosition enc, BotPosition imu, Ice current ) : void
enc R2D2.BotPosition
imu R2D2.BotPosition
current Ice
Résultat void

updateInventory() public méthode

public updateInventory ( int inventory, Ice current ) : void
inventory int
current Ice
Résultat void

updateObstacleGrid() public méthode

public updateObstacleGrid ( long grid, Ice current ) : void
grid long
current Ice
Résultat void

updatePowerStats() public méthode

public updatePowerStats ( float batteryPercent, float voltage, float regulatedCurrent, float unregulatedCurrent, Ice current ) : void
batteryPercent float
voltage float
regulatedCurrent float
unregulatedCurrent float
current Ice
Résultat void