Class in Zendir.Messages | Inherits from Message
Declaration
class GPSDataMessage;Description
The GPS data message will store the data from the GPS sensor, ensuring that the data is consistent with the constellation.
Properties
| Declared | Description |
|---|---|
| Altitude | The altitude of the sensor prediction around the Earth. |
| CorrectedPseudoRange | Pseudo Range |
| ECEF | The position of the GPS receiver in ECEF coordinates,which is Earth-Centered Earth-Fixed; independent of rotation. |
| ECI | The position of the GPS receiver in ECI coordinates,which is Earth-Centered Inertial. |
| IsActive | Node status (true = ON, false = OFF) |
| Latitude | The latitude of the sensor prediction around the Earth. |
| Longitude | The longitude of the sensor prediction around the Earth. |
| NumActive | The number of active GPS satellites in range of this particularGPS sensor. |
| TimeOfWeek | Receiver Time of Week |