C# Class YAMP.Sensors.Devices.Compass

The compass device.
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
ConvertToHeadingNorth ( CompassReading reading ) : HeadingNorth
GetSensor ( ) : Compass
OnReadingChanged ( Compass sender, CompassReadingChangedEventArgs 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