The arguments for connecting to a NTRIP stream, used in CNTRIPClient::open.
Definition at line 79 of file CNTRIPClient.h.
#include <mrpt/hwdrivers/CNTRIPClient.h>
Public Member Functions | |
| NTRIPArgs () | |
| Default params. More... | |
Public Attributes | |
| std::string | server |
| int | port |
| std::string | user |
| std::string | password |
| std::string | mountpoint |
|
inline |
Default params.
Definition at line 88 of file CNTRIPClient.h.
| std::string mrpt::hwdrivers::CNTRIPClient::NTRIPArgs::mountpoint |
Definition at line 85 of file CNTRIPClient.h.
| std::string mrpt::hwdrivers::CNTRIPClient::NTRIPArgs::password |
Definition at line 84 of file CNTRIPClient.h.
| int mrpt::hwdrivers::CNTRIPClient::NTRIPArgs::port |
Definition at line 82 of file CNTRIPClient.h.
| std::string mrpt::hwdrivers::CNTRIPClient::NTRIPArgs::server |
Definition at line 81 of file CNTRIPClient.h.
| std::string mrpt::hwdrivers::CNTRIPClient::NTRIPArgs::user |
Definition at line 83 of file CNTRIPClient.h.
| Page generated by Doxygen 1.9.1 for MRPT 1.4.0 SVN: at Fri Sep 3 01:11:30 UTC 2021 |