struct mrpt::hwdrivers::CNTRIPClient::NTRIPArgsΒΆ

#include <mrpt/hwdrivers/CNTRIPClient.h>

struct NTRIPArgs
{
    //
fields

    std::string server {"www.euref-ip.net"};
    int port {2101};
    std::string user;
    std::string password;
    std::string mountpoint;
};