[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] 09ea6f: gps subsystem: really
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] 09ea6f: gps subsystem: really need to define GPS_FIX_x in ... |
Date: |
Fri, 16 Mar 2012 04:32:54 -0700 |
Branch: refs/heads/dev
Home: https://github.com/paparazzi/paparazzi
Commit: 09ea6f1b1f8a4abb6d6c559f220835befe861f6d
https://github.com/paparazzi/paparazzi/commit/09ea6f1b1f8a4abb6d6c559f220835befe861f6d
Author: Felix Ruess <address@hidden>
Date: 2012-03-16 (Fri, 16 Mar 2012)
Changed paths:
M sw/airborne/subsystems/gps.h
M sw/airborne/subsystems/gps/gps_mtk.c
M sw/airborne/subsystems/gps/gps_mtk.h
M sw/airborne/subsystems/gps/gps_nmea.h
M sw/airborne/subsystems/gps/gps_sim.h
M sw/airborne/subsystems/gps/gps_sim_nps.h
M sw/airborne/subsystems/gps/gps_skytraq.c
M sw/airborne/subsystems/gps/gps_skytraq.h
M sw/airborne/subsystems/gps/gps_ubx.h
Log Message:
-----------
gps subsystem: really need to define GPS_FIX_x in gps.h and convert all
implementations to the same fix mask
airborne it would work, but GCS, etc. of course rely on 0->nofix 3->3d-fix in
the messages
Commit: bf6a0b49326ee5fa3832a393c1f7e53a596cd29c
https://github.com/paparazzi/paparazzi/commit/bf6a0b49326ee5fa3832a393c1f7e53a596cd29c
Author: Felix Ruess <address@hidden>
Date: 2012-03-16 (Fri, 16 Mar 2012)
Changed paths:
M sw/airborne/subsystems/gps/gps_mtk.c
M sw/airborne/subsystems/gps/gps_mtk.h
Log Message:
-----------
gps mtk: moved some defines from header to c file, as we don't want/need them
to be defined everywhere where we include gps.h
Compare: https://github.com/paparazzi/paparazzi/compare/fdacc93...bf6a0b4
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [paparazzi/paparazzi] 09ea6f: gps subsystem: really need to define GPS_FIX_x in ...,
GitHub <=