C# Class MarsRover.Motor

Inheritance: AbstractUpdateableComponent
Datei anzeigen Open project: jpadillak/Concordia_Capstone2013-14 Class Usage Examples

Public Methods

Method Description
GetLocationFriendlyString ( Motor location ) : string
GetLocationFromUpdateString ( string updateString ) : Motor.Location
GetUpdateString ( ) : string
Motor ( Motor location ) : System
UpdateFromString ( string updateString ) : void

Private Methods

Method Description
CheckCurrentStatus ( ) : void
CheckTemperatureStatus ( ) : void

Method Details

GetLocationFriendlyString() public static method

public static GetLocationFriendlyString ( Motor location ) : string
location Motor
return string

GetLocationFromUpdateString() public static method

public static GetLocationFromUpdateString ( string updateString ) : Motor.Location
updateString string
return Motor.Location

GetUpdateString() public method

public GetUpdateString ( ) : string
return string

Motor() public method

public Motor ( Motor location ) : System
location Motor
return System

UpdateFromString() public method

public UpdateFromString ( string updateString ) : void
updateString string
return void