cleanup specfile for packaging
[profile/ivi/gpsd.git] / driver_superstar2.h
1 /*
2  * This file is Copyright (c) 2010 by the GPSD project
3  * BSD terms apply: see the file COPYING in the distribution root for details.
4  */
5 #ifndef _GPSD_SUPERSTAR2_H_
6 #define _GPSD_SUPERSTAR2_H_
7
8 #define SUPERSTAR2_BASE_SIZE 4
9 #define SUPERSTAR2_TYPE_OFFSET 1
10
11 /* input-only */
12 #define SUPERSTAR2_RESET 2
13 #define SUPERSTAR2_LINKUP 63
14 #define SUPERSTAR2_CHANNEL_INHIBIT 64
15 #define SUPERSTAR2_TIME_PARAMS 69
16 #define SUPERSTAR2_ALMANAC_INCREMENT 77
17 #define SUPERSTAR2_ALMANAC_UPLOAD 79
18 #define SUPERSTAR2_SET_OPMODE 80
19 #define SUPERSTAR2_SET_MASK 81
20 #define SUPERSTAR2_SET_DGPS 83
21 #define SUPERSTAR2_SET_IONOMODEL 84
22 #define SUPERSTAR2_SET_MSLMODEL 86
23 #define SUPERSTAR2_SET_HEIGHT_MODE 87
24 #define SUPERSTAR2_SET_DATUM 88
25 #define SUPERSTAR2_SATELLITE_INHIBIT 90
26 #define SUPERSTAR2_BASE_CONFIG 91
27 #define SUPERSTAR2_SATELLITE_TRACK 95
28 #define SUPERSTAR2_NVM_ERASE 99
29 #define SUPERSTAR2_SET_TIME 103
30 #define SUPERSTAR2_MESSAGE_CONFIG 105
31 #define SUPERSTAR2_SERIAL_CONFIG 110
32
33 /* output-only */
34 #define SUPERSTAR2_CHANINF2 7
35 #define SUPERSTAR2_LINKERR 125
36 #define SUPERSTAR2_ACK 126
37
38 /* bidirectional */
39 #define SUPERSTAR2_DUMMY 0
40 #define SUPERSTAR2_CHANINF 6
41 #define SUPERSTAR2_NAVSOL_LLA 20
42 #define SUPERSTAR2_NAVSOL_ECEF 21
43 #define SUPERSTAR2_EPHEMERIS 22
44 #define SUPERSTAR2_MEASUREMENT 23
45 #define SUPERSTAR2_RECV_CONFIG 30
46 #define SUPERSTAR2_SVINFO 33
47 #define SUPERSTAR2_DGPSCONFIG 43
48 #define SUPERSTAR2_VERSION 45
49 #define SUPERSTAR2_BASE_STATUS 47
50 #define SUPERSTAR2_DGPS_STATUS 48
51 #define SUPERSTAR2_RECV_STATUS 49
52 #define SUPERSTAR2_SAT_HEALTH 50
53 #define SUPERSTAR2_SELFTEST 51
54 #define SUPERSTAR2_RTCM_DATA 65
55 #define SUPERSTAR2_SBAS_DATA 67
56 #define SUPERSTAR2_SBAS_STATUS 68
57 #define SUPERSTAR2_IONO_UTC 75
58 #define SUPERSTAR2_ALMANAC_DATA 76
59 #define SUPERSTAR2_ALMANAC_STATUS 78
60 #define SUPERSTAR2_TIMING 113
61
62 #endif /* _GPSD_SUPERSTAR2_H_ */