OpenStratos / server

Server implemented in C++14. It will be in charge of the management of the balloon.
GNU General Public License v3.0
6 stars 1 forks source link

Add FIX/NO FIX logs #66

Closed Razican closed 8 years ago

Razican commented 9 years ago

Currently, the GPS does not log if the fix is acquired or lost. We should log it for better debugging.

Razican commented 8 years ago

This should be an easy fix for newcomers:

only need to modify GPS 3 parsers in gps/GPS.cc so that when the fix is lost (there was fix but now there isn't) or recovered (there was no fix but now there is) the logger is invoked and a simple message is written.