Enumeration: GPSSatelliteState
Defined in: src/sdk/instruments/GPSSat.ts:66
Possible state on GPS satellites.
Enumeration Members
Acquired
Acquired:
2
Defined in: src/sdk/instruments/GPSSat.ts:74
The satellite has been found and data is being downloaded.
DataCollected
DataCollected:
4
Defined in: src/sdk/instruments/GPSSat.ts:80
The satellite has been found, data is downloaded, but is not presently used in the GPS solution.
Faulty
Faulty:
3
Defined in: src/sdk/instruments/GPSSat.ts:77
The satellite is faulty.
InUse
InUse:
5
Defined in: src/sdk/instruments/GPSSat.ts:83
The satellite is being active used in the GPS solution.
InUseDiffApplied
InUseDiffApplied:
6
Defined in: src/sdk/instruments/GPSSat.ts:86
The satellite is being active used in the GPS solution and SBAS differential corrections are being applied.
None
None:
0
Defined in: src/sdk/instruments/GPSSat.ts:68
There is no current valid state.
Unreachable
Unreachable:
1
Defined in: src/sdk/instruments/GPSSat.ts:71
The satellite is out of view and cannot be reached.