C# Class hobd.elm.map.LitersPerHourSensor

Inheritance: hobd.CoreSensor
Datei anzeigen Open project: cail/hobd

Public Methods

Method Description
LitersPerHourSensor ( ) : System
OnSensorChange ( Sensor s ) : void
SetRegistry ( SensorRegistry registry ) : void

Protected Methods

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

Method Details

Activate() protected method

protected Activate ( ) : void
return void

Deactivate() protected method

protected Deactivate ( ) : void
return void

LitersPerHourSensor() public method

public LitersPerHourSensor ( ) : System
return System

OnSensorChange() public method

public OnSensorChange ( Sensor s ) : void
s Sensor
return void

SetRegistry() public method

public SetRegistry ( SensorRegistry registry ) : void
registry hobd.SensorRegistry
return void