C# Class Microsoft.Practices.Phone.Testing.SettableCompassSensorReading

Inheritance: Microsoft.Practices.Phone.Adapters.CompassSensorReading
Mostra file Open project: follesoe/TestableGeoTrackerDemo Class Usage Examples

Public Methods

Method Description
SetHeadingAccuracy ( double headingAccuracy ) : void
SetMagneticHeading ( double magneticHeading ) : void
SetMagnetometerReading ( Vector3 magnetometerReading ) : void
SetTimestamp ( DateTimeOffset timestamp ) : void
SetTrueHeading ( double trueHeading ) : void
SettableCompassSensorReading ( ) : System
SettableCompassSensorReading ( CompassReading compassReading ) : System

Method Details

SetHeadingAccuracy() public method

public SetHeadingAccuracy ( double headingAccuracy ) : void
headingAccuracy double
return void

SetMagneticHeading() public method

public SetMagneticHeading ( double magneticHeading ) : void
magneticHeading double
return void

SetMagnetometerReading() public method

public SetMagnetometerReading ( Vector3 magnetometerReading ) : void
magnetometerReading Vector3
return void

SetTimestamp() public method

public SetTimestamp ( DateTimeOffset timestamp ) : void
timestamp DateTimeOffset
return void

SetTrueHeading() public method

public SetTrueHeading ( double trueHeading ) : void
trueHeading double
return void

SettableCompassSensorReading() public method

public SettableCompassSensorReading ( ) : System
return System

SettableCompassSensorReading() public method

public SettableCompassSensorReading ( CompassReading compassReading ) : System
compassReading CompassReading
return System