Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
#include <CanSettings.hpp>
Classes | |
struct | DefaultValues |
struct | Keys |
Public Member Functions | |
Settings () | |
Settings (iv::comms::eLomLine lomLine, bool highSpeed, iv::model::comms::can::Filter filter, iv::types::pollTime timeoutWait, iv::types::pollTime timeoutRetry) | |
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::comms::eLomLine | _lomLine |
bool | _highSpeed |
iv::model::comms::can::Filter | _filter |
iv::types::pollTime | _timeoutWait |
iv::model::comms::can::Settings::Settings | ( | ) |
iv::model::comms::can::Settings::Settings | ( | iv::comms::eLomLine | lomLine, |
bool | highSpeed, | ||
iv::model::comms::can::Filter | filter, | ||
iv::types::pollTime | timeoutWait, | ||
iv::types::pollTime | timeoutRetry ) |
|
default |
|
noexcept |
|
default |
bool iv::model::comms::can::Settings::load | ( | const iv::file::xml::node & | node | ) |
bool iv::model::comms::can::Settings::save | ( | iv::file::xml::node & | node | ) | const |
iv::model::comms::can::Filter iv::model::comms::can::Settings::_filter |
bool iv::model::comms::can::Settings::_highSpeed |
iv::comms::eLomLine iv::model::comms::can::Settings::_lomLine |
iv::types::pollTime iv::model::comms::can::Settings::_timeoutWait |