Enumeration: GPSSatelliteState
Defined in: src/sdk/instruments/GPSSat.ts:67
Possible state on GPS satellites.
Enumeration Members
Acquired
Acquired:
2
Defined in: src/sdk/instruments/GPSSat.ts:75
The satellite has been found and data is being downloaded.
DataCollected
DataCollected:
4
Defined in: src/sdk/instruments/GPSSat.ts:81
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:78
The satellite is faulty.
InUse
InUse:
5
Defined in: src/sdk/instruments/GPSSat.ts:84
The satellite is being active used in the GPS solution.
InUseDiffApplied
InUseDiffApplied:
6
Defined in: src/sdk/instruments/GPSSat.ts:87
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:69
There is no current valid state.
Unreachable
Unreachable:
1
Defined in: src/sdk/instruments/GPSSat.ts:72
The satellite is out of view and cannot be reached.