1#ifndef IV_SRC_MODEL_COMMS_NMEA0183SETTINGS_HPP_
2#define IV_SRC_MODEL_COMMS_NMEA0183SETTINGS_HPP_
Definition xmlFile.hpp:15
Definition Nmea0183Settings.cpp:4
std::chrono::milliseconds pollTime
Definition types.hpp:44
Definition Nmea0183Settings.hpp:31
static constexpr std::string_view nmea0183TimeoutRetry
Definition Nmea0183Settings.hpp:33
static constexpr std::string_view nmea0183TimeReadingPerFrame
Definition Nmea0183Settings.hpp:34
static constexpr std::string_view nmea0183TimeoutWait
Definition Nmea0183Settings.hpp:32
Definition Nmea0183Settings.hpp:11
iv::types::pollTime _timeoutWait
Definition Nmea0183Settings.hpp:25
bool save(iv::file::xml::node &node) const
Definition Nmea0183Settings.cpp:59
iv::types::pollTime _timeoutRetry
Definition Nmea0183Settings.hpp:26
Settings()
Definition Nmea0183Settings.cpp:6
iv::types::pollTime _timeReadingPerFrame
Definition Nmea0183Settings.hpp:27
bool load(const iv::file::xml::node &node)
Definition Nmea0183Settings.cpp:50
Settings & operator=(const Settings &other)
Definition Nmea0183Settings.cpp:26
Settings(const Settings &other)