ISimulatedGps Interface |
If an instance of ISimulatedGps is set on a Navigator or NavigationManager SetPath and ClearPath will be called automatically.
Namespace: Telogis.GeoBase.Navigation
The ISimulatedGps type exposes the following members.
Name | Description | |
---|---|---|
Position |
Implemented by derived classes to get the current Position.
(Inherited from IGps.) | |
PoweredUp |
Implemented by derived classes to check whether the GPS unit
is powered up. Should return true when the unit is powered
on, otherwise false.
(Inherited from IGps.) |
Name | Description | |
---|---|---|
BeginNavigation |
Called by Navigator to instruct a simulated GPS to drive along a given sequence of points.
An instance of ISimulatedGps may choose to ignore this message.
| |
EndNavigation |
Called by Navigator to instruct a simulated GPS to stop.
An instance of ISimulatedGps may choose to ignore this message.
| |
PowerDown |
Implemented by derived classes to close the interface
to a GPS unit, as the unit is powered down.
(Inherited from IGps.) | |
PowerUp |
Implemented by derived classes to initialize the interface
to a GPS unit, as the unit is powered up.
(Inherited from IGps.) |
Name | Description | |
---|---|---|
GPSException |
Called when the GPS experiences a fatal exception that may affect its ability to continue working.
(Inherited from IGps.) | |
Update |
May be implemented by derived classes to act upon a GPS update.
(Inherited from IGps.) |