Diff of /trunk/src/gps.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6 by harbaum, Sat Jun 20 11:08:47 2009 UTC revision 7 by harbaum, Thu Jun 25 15:24:24 2009 UTC
# Line 163  typedef struct gps_state { Line 163  typedef struct gps_state {
163    guint idd_changed;    guint idd_changed;
164    gboolean fix, fix3d;    gboolean fix, fix3d;
165    double latitude, longitude;    double latitude, longitude;
166      double heading, epe;
167  #endif  #endif
168  } gps_state_t;  } gps_state_t;
169    

Legend:
Removed from v.6  
changed lines
  Added in v.7