mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-19 00:25:17 +00:00
Debug Build: Adding Timetag chain from FileTimestampSource to dllpllVEML tracking and from tracking to GPS L1CA telemetry decoder
This commit is contained in:
@@ -22,7 +22,8 @@ public:
|
||||
//time_t time; /* time (s) expressed by standard time_t */
|
||||
int week; /*!< GPS week number (since January 1980) */
|
||||
//double sec; /*!< second inside the GPS \a week */
|
||||
int tow_ms; /* time of week [ms]*/
|
||||
int tow_ms; /* time of week [ms]*/
|
||||
double tow_ms_fraction; /* tow ms fractional part [ms]*/
|
||||
|
||||
template <class Archive>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user