summaryrefslogtreecommitdiff
path: root/gpsd.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-07-17 18:32:49 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-07-17 18:32:49 +0000
commit39f91572201da61c849d0f53042787a7fdec96a0 (patch)
tree44b169da9d8e35dd08d95344fd322ac091f38570 /gpsd.h
parent0f74f2c7e753210496f6e48dbdecce33d149c627 (diff)
downloadgpsd-39f91572201da61c849d0f53042787a7fdec96a0.tar.gz
This is a checkpoint for Wolfgang to look at.
Diffstat (limited to 'gpsd.h')
-rw-r--r--gpsd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gpsd.h b/gpsd.h
index f2cbad70..9b0ab8b9 100644
--- a/gpsd.h
+++ b/gpsd.h
@@ -227,7 +227,7 @@ struct gps_device_t {
union {
struct {
unsigned int nentries;
- struct { /* data from messages 1 & 9 */
+ struct rangesat_t { /* data from messages 1 & 9 */
unsigned ident; /* satellite ID */
unsigned udre; /* user diff. range error */
unsigned issuedata; /* issue of data */
@@ -248,7 +248,7 @@ struct gps_device_t {
} reference;
struct { /* data from type 5 messages */
unsigned int nentries;
- struct {
+ struct consat_t {
unsigned ident; /* satellite ID */
bool iodl; /* issue of data */
bool health; /* is satellite healthy? */
@@ -261,7 +261,7 @@ struct gps_device_t {
} conhealth;
struct { /* data from type 7 messages */
unsigned int nentries;
- struct {
+ struct station_t {
double latitude, longitude; /* location */
unsigned int range; /* range in km */
double frequency; /* broadcast freq */