struct mrpt::hwdrivers::CNTRIPClient::TMountPoint

A descriptor of one stream in an NTRIP Caster - See CNTRIPClient::retrieveListOfMountpoints.

#include <mrpt/hwdrivers/CNTRIPClient.h>

struct TMountPoint
{
    //
fields

    std::string mountpoint_name;
    std::string id;
    std::string format;
    std::string format_details;
    int carrier {0};
    std::string nav_system;
    std::string network;
    std::string country_code;
    double latitude {0};
    double longitude {0};
    bool needs_nmea {false};
    bool net_ref_stations {false};
    std::string generator_model;
    std::string compr_encryp;
    char authentication {'B'};
    bool pay_service {false};
    int stream_bitspersec {0};
    std::string extra_info;

    // construction

    TMountPoint();
};

Fields

std::string id

City name.

std::string format

RTCM 2.3, RTCM 3, CMR+, etc…

int carrier {0}

0: No carrier phase, 1: L1, 2: L1+L2

std::string nav_system

GPS, …

std::string network

IGS, …

std::string country_code

ITA, ESP, DEU,…

std::string compr_encryp

“none”

char authentication {'B'}

“N”: none, “B”: basic, “D”: digest