5#ifndef MRAS_GNSSDATAMSG_H
6#define MRAS_GNSSDATAMSG_H
8#include "SystemMessage.h"
A base class for all system messages.
Definition: SystemMessage.h:32
Message sent by the GNSS (also referred to less correctly as GPS) to the system.
Definition: GNSSDataMsg.h:15
float altitude
The altitude in meters above mean sea level.
Definition: GNSSDataMsg.h:31
float longitude
The longitude in decimal degrees.
Definition: GNSSDataMsg.h:26
uint8_t fix_type
The current fix type.
Definition: GNSSDataMsg.h:47
uint8_t SIV
The number of satellites used in the fix.
Definition: GNSSDataMsg.h:52
float latitude
The latitude in decimal degrees.
Definition: GNSSDataMsg.h:21