mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-02-07 14:40:12 +00:00
apply ALL the formatting changes
This commit is contained in:
parent
543d3a425d
commit
9c15163300
@ -213,11 +213,11 @@ bool Nmea_Printer::Print_Nmea_Line(const Rtklib_Solver* const pvt_data, bool pri
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
nmea_file_descriptor
|
nmea_file_descriptor
|
||||||
<< GPRMC
|
<< GPRMC
|
||||||
<< GPGGA // GPGGA (Global Positioning System Fixed Data)
|
<< GPGGA // GPGGA (Global Positioning System Fixed Data)
|
||||||
<< GPGSA
|
<< GPGSA
|
||||||
<< GPGSV
|
<< GPGSV
|
||||||
<< std::flush;
|
<< std::flush;
|
||||||
}
|
}
|
||||||
catch (const std::exception& ex)
|
catch (const std::exception& ex)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user