NoisyGps Class |
NoisyGps implements the IGps interface and may be used as a drop-in replacement for other GPS devices.
Namespace: Telogis.GeoBase.Navigation
The NoisyGps type exposes the following members.
Name | Description | |
---|---|---|
NoisyGps(IGps) |
Create a new NoisyGPS from a given GPS source.
| |
NoisyGps(Random, IGps) |
Create a new NoisyGPS from a given GPS source.
|
Name | Description | |
---|---|---|
InnerGps |
Returns the IGps member encapsulated within this NoisyGps object.
| |
Position |
Gets the last recorded GPS Position.
| |
PoweredUp |
Gets the powered up state of the GPS unit.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
PowerDown |
Closes down the GPS interface and releases the port as the unit is powered down.
| |
PowerUp |
Initializes the GPS hardware interface as the unit is powered up.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
GPSException |
Called when the GPS experiences a fatal exception that may affect its ability to continue working.
| |
Update |
This event handler will be called every time the NoisyGps updates its position.
|