struct mrpt::hwdrivers::CNTRIPClient::NTRIPArgs
Overview
The arguments for connecting to a NTRIP stream, used in CNTRIPClient::open.
#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; // construction NTRIPArgs(); };
Construction
NTRIPArgs()
Default params.