Instrument Neutral Distributed Interface INDI  2.0.2
GPS Class Reference

Class to provide general functionality of a GPS device. More...

#include <indigps.h>

Detailed Description

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.


The documentation for this class was generated from the following file: