2#ifndef IV_SRC_MODEL_COMMS_NMEA2KSETTINGS_HPP_
3#define IV_SRC_MODEL_COMMS_NMEA2KSETTINGS_HPP_
28 static constexpr std::string_view
timeOutWait {
"TimeOutWait"};
Definition xmlFile.hpp:15
Definition Nmea2kSettings.cpp:3
std::chrono::milliseconds pollTime
Definition types.hpp:44
Definition Nmea2kSettings.hpp:32
static constexpr uint32_t timeOutWait
Definition Nmea2kSettings.hpp:33
Definition Nmea2kSettings.hpp:27
static constexpr std::string_view timeOutWait
Definition Nmea2kSettings.hpp:28
Definition Nmea2kSettings.hpp:12
bool save(iv::file::xml::node &node) const
Definition Nmea2kSettings.cpp:45
iv::types::pollTime timeOutWait
Definition Nmea2kSettings.hpp:23
Settings & operator=(const Settings &other)
Definition Nmea2kSettings.cpp:19
Settings()
Definition Nmea2kSettings.cpp:4
bool load(const iv::file::xml::node &node)
Definition Nmea2kSettings.cpp:39