gnssPosition.h File Reference
#include <time.h>
#include <string>
Include dependency graph for gnssPosition.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SkyInfo
 Defines the struct type used to store the SKY_INFO. More...
 
class  GnssPosition
 Class that defines a position. More...
 

Enumerations

enum  QualityIndicator {
  NO_FIX =0, AUTONOMOUS_FIX =1, DIFFERENTIAL_FIX =2, RTK_FIXED =3,
  RTK_FLOAT =4, ESTIMATED_DEAD_RECKONING_FIX =5
}
 Defines the posible FIX quality indicators. More...
 

Enumeration Type Documentation

enum QualityIndicator
Enumerator
NO_FIX 

GNSS module does not have a fixed position at this moment.

AUTONOMOUS_FIX 

GNSS fixed : AUTONOMOUS_FIX.

DIFFERENTIAL_FIX 

GNSS fixed : DIFFERENTIAL_FIX.

RTK_FIXED 

GNSS fixed : RTK_FIXED.

RTK_FLOAT 

GNSS fixed : RTK_FLOAT.

ESTIMATED_DEAD_RECKONING_FIX 

GNSS fixed : ESTIMATED_DEAD_RECKONING_FIX.