fdhwlib
2.0.25
|
Go to the source code of this file.
typedef signed char s_char |
Definition at line 97 of file gpsserver.h.
typedef u_int32_t u_int32 |
Definition at line 98 of file gpsserver.h.
enum deviceId |
Numbering of the devices.
Used by version commands
Definition at line 422 of file gpsserver.h.
{ GPSSERVER, GPSCLOCKMAX, GPSCLOCKMIN, GPSCLOCK, ONCORE };
enum oncore_model |
Model Name, derived from the @@Cj message.
Used to initialize some variables.
ONCORE_BASIC | |
ONCORE_PVT6 | |
ONCORE_VP | |
ONCORE_UT | |
ONCORE_UTPLUS | |
ONCORE_GT | |
ONCORE_GTPLUS | |
ONCORE_SL | |
ONCORE_M12 | |
ONCORE_UNKNOWN |
Definition at line 337 of file gpsserver.h.
enum posn_mode |
It is possible to test the VP/UT each cycle (@@Ea or equivalent) to see what mode it is in.
The bits on the M12 are multiplexed with other messages, so we have to 'keep' the last known mode here.
Definition at line 371 of file gpsserver.h.
{ MODE_UNKNOWN, MODE_0D, MODE_2D, MODE_3D };
enum receive_state |
ONCORE_NO_IDEA | |
ONCORE_ID_SENT | |
ONCORE_RESET_SENT | |
ONCORE_TEST_SENT | |
ONCORE_INIT | |
ONCORE_ALMANAC | |
ONCORE_RUN |
Definition at line 313 of file gpsserver.h.
enum site_survey_state |
ONCORE_SS_UNKNOWN | |
ONCORE_SS_TESTING | |
ONCORE_SS_HW | |
ONCORE_SS_SW | |
ONCORE_SS_SAVE | |
ONCORE_SS_DONE |
Definition at line 323 of file gpsserver.h.