C# Class YAMP.Sensors.Devices.Orientation

The orientation sensor.
Inheritance: BaseDevice
显示文件 Open project: FlorianRappl/YAMP

Protected Methods

Method Description
InstallReadingChangedHandler ( ) : void

Installs the reading handler.

UninstallReadingChangedHandler ( ) : void

Uninstalls the reading handler.

Private Methods

Method Description
ConvertToMatrix ( OrientationSensorReading reading ) : System.Matrix
GetSensor ( ) : OrientationSensor
OnReadingChanged ( OrientationSensor sender, OrientationSensorReadingChangedEventArgs 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