1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-12-13 12:08:05 +00:00

feat: add config parameters for VDLL and VPLL

This commit is contained in:
pedromiguelcp
2025-08-05 16:44:33 +01:00
committed by Carles Fernandez
parent 85debfea6d
commit 629656c9d3
8 changed files with 16 additions and 10 deletions

View File

@@ -110,7 +110,8 @@ public:
// PVT VTL parameters
bool enable_pvt_vtl = false;
bool enable_pvt_output_vtl = false;
bool enable_pvt_closure_vtl = false;
bool enable_VDLL_vtl = false;
bool enable_VPLL_vtl = false;
bool vtl_kinematic = false;
bool vtl_dump = false;
std::string vtl_dump_filename;