#include <settings.h>
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 65 of file settings.h.
std::string RtkIpServer::id |
The IP server id.
Definition at line 68 of file settings.h.
bool RtkIpServer::keep_open |
Wether RTK connections shall be kept open on shutdown.
Definition at line 77 of file settings.h.
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 71 of file settings.h.
std::string RtkIpServer::rtk_standard |
RTCM version for correction data.
Definition at line 73 of file settings.h.
std::string RtkIpServer::send_gga |
Whether (and at which rate) or not to send GGA to the NTRIP caster.
Definition at line 75 of file settings.h.