TwiceAsNice
2019-02-18
|
Class to provide general functionality of a GPS device.
More...
#include <indigps.h>
Class to provide general functionality of a GPS device.
The GPS provides a simple interface for GPS devices. It reports time in INDI standard property TIME_UTC. Location is reported in INDI standard property GEOGRAPHIC_COORD Only one function is called by the INDI framework to update GPS data (updateGPS()). If the data is valid, it is sent to the client. If GPS data is not ready yet, updateGPS will be called every second until the data becomes available and then INDI sends the data to the client.
updateGPS() is called upon successful connection and whenever the client requests a data refresh.