C# Class hobd.FuelConsumedSensor

Inheritance: PersistentSensor
Mostrar archivo Open project: cail/hobd

Public Methods

Method Description
FuelConsumedSensor ( ) : System
SetValue ( double value ) : void

Protected Methods

Method Description
Activate ( ) : void
Deactivate ( ) : void

Private Methods

Method Description
OnChange ( Sensor lph ) : void

Method Details

Activate() protected method

protected Activate ( ) : void
return void

Deactivate() protected method

protected Deactivate ( ) : void
return void

FuelConsumedSensor() public method

public FuelConsumedSensor ( ) : System
return System

SetValue() public method

public SetValue ( double value ) : void
value double
return void