#include <settings.hpp>
Public Attributes | |
std::string | id |
The IP server id. More... | |
bool | keep_open |
Wether RTK connections shall be kept open on shutdown. More... | |
uint32_t | port |
std::string | rtk_standard |
RTCM version for correction data. More... | |
std::string | send_gga |
Whether (and at which rate) or not to send GGA to the NTRIP caster. More... | |
Definition at line 75 of file settings.hpp.
std::string RtkIpServer::id |
The IP server id.
Definition at line 78 of file settings.hpp.
bool RtkIpServer::keep_open |
Wether RTK connections shall be kept open on shutdown.
Definition at line 87 of file settings.hpp.
uint32_t RtkIpServer::port |
Rx TCP port number, e.g. 28785, on which Rx receives the corrections (can't be the same as main connection unless localhost concept is used)
Definition at line 81 of file settings.hpp.
std::string RtkIpServer::rtk_standard |
RTCM version for correction data.
Definition at line 83 of file settings.hpp.
std::string RtkIpServer::send_gga |
Whether (and at which rate) or not to send GGA to the NTRIP caster.
Definition at line 85 of file settings.hpp.