public class BrickletGPSV2.SatelliteSystemStatus
extends java.lang.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) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
Copyright © 2021 Tinkerforge GmbH. All rights reserved.