39 /** This "virtual driver" encapsulates a NTRIP client (see CNTRIPClient) but adds the functionality of dumping the received datastream to a given serial port.
40 * Used within rawlog-grabber, along CGPSInterface, this class allows to build a powerful & simple RTK-capable GPS receiver system.
41 *
42 * Therefore, this sensor will never "collect" any observation via the CGenericSensor interface.
43 *
44 * See also the example configuration file for rawlog-grabber in "share/mrpt/config_files/rawlog-grabber".
45 *
46 * \code
47 * PARAMETERS IN THE ".INI"-LIKE CONFIGURATION STRINGS:
75 std::string m_com_port; //!< If set to non-empty, the serial port will be attempted to be opened automatically when this class is first used to request data from the laser.
79 /** Loads specific configuration for the device from a given source of configuration parameters, for example, an ".ini" file, loading from the section "[iniSection]" (see utils::CConfigFileBase and derived classes)
80 * See hwdrivers::CNTRIPEmitter for the possible parameters