Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
#include <Nmea0183Settings.hpp>
Classes | |
struct | Keys |
Public Member Functions | |
Settings () | |
Settings (const iv::types::pollTime &timeoutWait, const iv::types::pollTime &timeoutRetry, const iv::types::pollTime &timeReadingPerFrame) | |
Settings (const Settings &other) | |
Settings (Settings &&other) noexcept | |
~Settings () | |
Settings & | operator= (const Settings &other) |
Settings & | operator= (Settings &&other) noexcept |
bool | load (const iv::file::xml::node &node) |
bool | save (iv::file::xml::node &node) const |
Public Attributes | |
iv::types::pollTime | _timeoutWait |
iv::types::pollTime | _timeoutRetry |
iv::types::pollTime | _timeReadingPerFrame |
iv::model::comms::nmea0183::Settings::Settings | ( | ) |
iv::model::comms::nmea0183::Settings::Settings | ( | const iv::types::pollTime & | timeoutWait, |
const iv::types::pollTime & | timeoutRetry, | ||
const iv::types::pollTime & | timeReadingPerFrame ) |
|
default |
|
noexcept |
|
default |
bool iv::model::comms::nmea0183::Settings::load | ( | const iv::file::xml::node & | node | ) |
bool iv::model::comms::nmea0183::Settings::save | ( | iv::file::xml::node & | node | ) | const |
iv::types::pollTime iv::model::comms::nmea0183::Settings::_timeoutRetry |
iv::types::pollTime iv::model::comms::nmea0183::Settings::_timeoutWait |
iv::types::pollTime iv::model::comms::nmea0183::Settings::_timeReadingPerFrame |