public class GSAData extends NmeaSentence
| Modifier and Type | Field and Description |
|---|---|
int |
fix
3D fix, either 1 (no fix), 2D or 3D.
|
double |
hdop |
java.lang.String |
mode
Either 'A', automatic selection of 2D or 3D fix, or 'M', manual.
|
double |
pdop |
java.util.ArrayList<java.lang.Integer> |
svids |
double |
vdop |
fields, originalString| Constructor and Description |
|---|
GSAData(java.lang.String[] fields,
java.lang.String originalString) |