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

Inheritance: ICompass
Mostrar archivo Open project: follesoe/TestableGeoTrackerDemo Class Usage Examples

Public Methods

Method Description
ChangeCurrentValue ( double headingAccuracy, double magneticHeading, Vector3 magnetometerReading, DateTimeOffset timestamp, double trueHeading ) : void
Dispose ( ) : void
RaiseCalibrate ( ) : void
Start ( ) : void
Stop ( ) : void

Method Details

ChangeCurrentValue() public method

public ChangeCurrentValue ( double headingAccuracy, double magneticHeading, Vector3 magnetometerReading, DateTimeOffset timestamp, double trueHeading ) : void
headingAccuracy double
magneticHeading double
magnetometerReading Vector3
timestamp DateTimeOffset
trueHeading double
return void

Dispose() public method

public Dispose ( ) : void
return void

RaiseCalibrate() public method

public RaiseCalibrate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void