public class BrickletGPSV2.SatelliteSystemStatus extends Object
Modifier and Type | Field and Description |
---|---|
int |
fix |
int |
hdop |
int |
pdop |
int[] |
satelliteNumbers |
int |
vdop |
Constructor and Description |
---|
SatelliteSystemStatus(int[] satelliteNumbers,
int fix,
int pdop,
int hdop,
int vdop) |
Copyright © 2021 Tinkerforge GmbH. All rights reserved.