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