Struct RtkNtrip

Struct Documentation

struct RtkNtrip

Public Members

std::string id

Id of the NTRIP port.

std::string caster

Hostname or IP address of the NTRIP caster to connect to.

uint32_t caster_port

IP port number of NTRIP caster to connect to.

std::string username

Username for NTRIP service.

std::string password

Password for NTRIP service.

std::string mountpoint

Mountpoint for NTRIP service.

std::string version

NTRIP version for NTRIP service.

bool tls

Wether to use TLS.

std::string fingerprint

Self-signed certificate fingerprint.

std::string rtk_standard

RTCM version for correction data.

std::string send_gga

Whether (and at which rate) or not to send GGA to the NTRIP caster.

bool keep_open

Wether RTK connections shall be kept open on shutdown.