1#ifndef IV_SRC_MODEL_COMMS_J1939SETTINGS_HPP_
2#define IV_SRC_MODEL_COMMS_J1939SETTINGS_HPP_
31 static constexpr std::string_view
timeOutWait {
"TimeOutWait"};
Definition xmlFile.hpp:15
Definition J1939Settings.cpp:4
std::chrono::milliseconds pollTime
Definition types.hpp:44
Definition J1939Settings.hpp:35
static constexpr bool sendHeartbeat
Definition J1939Settings.hpp:36
static constexpr uint32_t heartbeatSendTime
Definition J1939Settings.hpp:37
static constexpr uint32_t timeOutWait
Definition J1939Settings.hpp:38
Definition J1939Settings.hpp:28
static constexpr std::string_view timeOutWait
Definition J1939Settings.hpp:31
static constexpr std::string_view sendHeartbeat
Definition J1939Settings.hpp:29
static constexpr std::string_view heartbeatSendTime
Definition J1939Settings.hpp:30
Definition J1939Settings.hpp:10
Settings & operator=(const Settings &other)
bool save(iv::file::xml::node &node) const
Definition J1939Settings.cpp:27
iv::types::pollTime heartbeatSendTime
Definition J1939Settings.hpp:23
Settings(const Settings &other)
Settings & operator=(Settings &&other) noexcept
Settings(Settings &&other) noexcept
bool load(const iv::file::xml::node &node)
Definition J1939Settings.cpp:18
iv::types::pollTime timeOutWait
Definition J1939Settings.hpp:24
bool sendHeartbeat
Definition J1939Settings.hpp:22