C# Class ScooterController.Controller.HardwareInstructionController

Inheritance: HardwareBaseController
Mostra file Open project: vejuhust/msft-scooter Class Usage Examples

Public Methods

Method Description
ExecuteInstruction ( HardwareInstruction instruction ) : void

Private Methods

Method Description
ActMoveBack ( long unit ) : void
ActMoveForward ( long unit ) : void
ActTurnLeft ( long unit ) : void
ActTurnRight ( long unit ) : void
SetSpeed ( long targetSpeed ) : void

Method Details

ExecuteInstruction() public method

public ExecuteInstruction ( HardwareInstruction instruction ) : void
instruction ScooterController.InstructionSet.HardwareInstruction
return void