#include <settings.h>
Public Attributes | |
std::string | caster |
Hostname or IP address of the NTRIP caster to connect to. More... | |
uint32_t | caster_port |
IP port number of NTRIP caster to connect to. More... | |
std::string | fingerprint |
Self-signed certificate fingerprint. More... | |
std::string | id |
Id of the NTRIP port. More... | |
bool | keep_open |
Wether RTK connections shall be kept open on shutdown. More... | |
std::string | mountpoint |
Mountpoint for NTRIP service. More... | |
std::string | password |
Password for NTRIP service. More... | |
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... | |
bool | tls |
Wether to use TLS. More... | |
std::string | username |
Username for NTRIP service. More... | |
std::string | version |
NTRIP version for NTRIP service. More... | |
Definition at line 37 of file settings.h.
std::string RtkNtrip::caster |
Hostname or IP address of the NTRIP caster to connect to.
Definition at line 42 of file settings.h.
uint32_t RtkNtrip::caster_port |
IP port number of NTRIP caster to connect to.
Definition at line 44 of file settings.h.
std::string RtkNtrip::fingerprint |
Self-signed certificate fingerprint.
Definition at line 56 of file settings.h.
std::string RtkNtrip::id |
Id of the NTRIP port.
Definition at line 40 of file settings.h.
bool RtkNtrip::keep_open |
Wether RTK connections shall be kept open on shutdown.
Definition at line 62 of file settings.h.
std::string RtkNtrip::mountpoint |
Mountpoint for NTRIP service.
Definition at line 50 of file settings.h.
std::string RtkNtrip::password |
Password for NTRIP service.
Definition at line 48 of file settings.h.
std::string RtkNtrip::rtk_standard |
RTCM version for correction data.
Definition at line 58 of file settings.h.
std::string RtkNtrip::send_gga |
Whether (and at which rate) or not to send GGA to the NTRIP caster.
Definition at line 60 of file settings.h.
bool RtkNtrip::tls |
Wether to use TLS.
Definition at line 54 of file settings.h.
std::string RtkNtrip::username |
Username for NTRIP service.
Definition at line 46 of file settings.h.
std::string RtkNtrip::version |
NTRIP version for NTRIP service.
Definition at line 52 of file settings.h.