1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-22 04:53:14 +00:00

make Pvt_Conf a class again

This commit is contained in:
Jim Melton 2021-09-27 17:16:22 -06:00
parent 11f53a3fcb
commit 60b39bad81
No known key found for this signature in database
GPG Key ID: C46392D9AACAB216

View File

@ -27,8 +27,9 @@
* \{ */
struct Pvt_Conf
class Pvt_Conf
{
public:
std::map<int, int> rtcm_msg_rate_ms;
std::string rinex_name = std::string("-");