C# Class hobd.elm.maf.LitersPerHourSensor

Inheritance: hobd.CoreSensor
Mostrar archivo Open project: cail/hobd

Public Methods

Method Description
LitersPerHourSensor ( ) : System
OnSensorChange ( Sensor maf ) : 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 maf ) : void
maf Sensor
return void

SetRegistry() public method

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