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:
committed by
Carles Fernandez
parent
85debfea6d
commit
629656c9d3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user