C# Class RoverOperator.Content.BatteryStatusView

Interaction logic for BatteryStatusView.xaml
Inheritance: System.Windows.Controls.UserControl
Datei anzeigen Open project: jpadillak/Concordia_Capstone2013-14

Public Methods

Method Description
BatteryStatusView ( ) : System

Private Methods

Method Description
HandleBatteryCellNormalVoltage ( BatteryCell cell ) : void
HandleBatteryCellOverVoltage ( BatteryCell cell ) : void
HandleBatteryCellUnderVoltage ( BatteryCell cell ) : void
HandleBatteryCellWarningVoltage ( BatteryCell cell ) : void
RegisterForBatteryCellsStatusChanges ( ) : void

Method Details

BatteryStatusView() public method

public BatteryStatusView ( ) : System
return System