C# Class YAMP.Sensors.Devices.Inclinometer

The inclinometer sensor.
Inheritance: BaseDevice
Mostrar archivo Open project: FlorianRappl/YAMP

Protected Methods

Method Description
InstallReadingChangedHandler ( ) : void

Installs the reading handler.

UninstallReadingChangedHandler ( ) : void

Uninstalls the reading handler.

Private Methods

Method Description
ConvertToInclination ( InclinometerReading reading ) : Inclination
GetSensor ( ) : Inclinometer
OnReadingChanged ( Inclinometer sender, InclinometerReadingChangedEventArgs args ) : void

Method Details

InstallReadingChangedHandler() protected method

Installs the reading handler.
protected InstallReadingChangedHandler ( ) : void
return void

UninstallReadingChangedHandler() protected method

Uninstalls the reading handler.
protected UninstallReadingChangedHandler ( ) : void
return void