C# Class _2015_Pre_build_week_project.Autonomous.Commands.DriveForwardCommand

Inheritance: DriveBaseCommand
显示文件 Open project: shockwave4488/2015-Practice-Week-C-

Public Methods

Method Description
DriveForwardCommand ( double _distance, double timeOut ) : System
Execute ( ) : bool

Method Details

DriveForwardCommand() public method

public DriveForwardCommand ( double _distance, double timeOut ) : System
_distance double
timeOut double
return System

Execute() public method

public Execute ( ) : bool
return bool