public class GPSMessageConsolidator.ConsolidatedGPSData extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ALLSETUP
the desired state of the setup flag indicating that consolidation is
complete and is ready for sending.
|
Altitude |
altitude
The Altitude
|
double |
course
The Course
|
GPSDate |
date
The GPS Date
|
static int |
GGASETUP
flag indicating GGA data has been set
|
static int |
GSASETUP
flag indicating GSA data has been set
|
HDOP |
hDOP
The HDOP
|
Position |
position
The Position
|
static int |
RMCSETUP
flag indicating RMC data has been set
|
int |
satelliteCount
The Satellite Count
|
int |
setup
The status of the Consolidated Data - a set of bits indicating which
parts of the consolidation have been completed.
|
double |
speed
The Speed (m/s)
|
GPSTime |
time
The GPS time
|
static int |
VTGSETUP
flag indicating VTG data has been set
|
| Constructor and Description |
|---|
ConsolidatedGPSData() |
public int setup
public static final int GGASETUP
public static final int GSASETUP
public static final int VTGSETUP
public static final int RMCSETUP
public static final int ALLSETUP
public GPSTime time
public Altitude altitude
public Position position
public int satelliteCount
public HDOP hDOP
public double course
public double speed
public GPSDate date
Copyright © 2017. All rights reserved.