#include <settings.h>
Public Attributes | |
uint32_t | baud_rate |
Baud rate of the serial port on which Rx receives the corrections. More... | |
bool | keep_open |
Wether RTK connections shall be kept open on shutdown. More... | |
std::string | 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 serial port. More... | |
Definition at line 80 of file settings.h.
uint32_t RtkSerial::baud_rate |
Baud rate of the serial port on which Rx receives the corrections.
Definition at line 86 of file settings.h.
bool RtkSerial::keep_open |
Wether RTK connections shall be kept open on shutdown.
Definition at line 92 of file settings.h.
std::string RtkSerial::port |
Rx serial port, e.g. USB2, on which Rx receives the corrections (can't be the same as main connection unless localhost concept is used)
Definition at line 84 of file settings.h.
std::string RtkSerial::rtk_standard |
RTCM version for correction data.
Definition at line 88 of file settings.h.
std::string RtkSerial::send_gga |
Whether (and at which rate) or not to send GGA to the serial port.
Definition at line 90 of file settings.h.