Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
iv::model::comms::j1939::Settings Struct Reference

#include <J1939Settings.hpp>

Classes

struct  DefaultValues
 
struct  Keys
 

Public Member Functions

 Settings ()
 
 Settings (const Settings &other)
 
 Settings (Settings &&other) noexcept
 
 ~Settings ()
 
Settingsoperator= (const Settings &other)
 
Settingsoperator= (Settings &&other) noexcept
 
bool load (const iv::file::xml::node &node)
 
bool save (iv::file::xml::node &node) const
 

Public Attributes

bool sendHeartbeat {false}
 
iv::types::pollTime heartbeatSendTime {DefaultValues::heartbeatSendTime}
 
iv::types::pollTime timeOutWait {DefaultValues::timeOutWait}
 

Constructor & Destructor Documentation

◆ Settings() [1/3]

iv::model::comms::j1939::Settings::Settings ( )
default

◆ Settings() [2/3]

iv::model::comms::j1939::Settings::Settings ( const Settings & other)
default

◆ Settings() [3/3]

iv::model::comms::j1939::Settings::Settings ( Settings && other)
defaultnoexcept

◆ ~Settings()

iv::model::comms::j1939::Settings::~Settings ( )
default

Member Function Documentation

◆ load()

bool iv::model::comms::j1939::Settings::load ( const iv::file::xml::node & node)

◆ operator=() [1/2]

Settings & iv::model::comms::j1939::Settings::operator= ( const Settings & other)
default

◆ operator=() [2/2]

Settings & iv::model::comms::j1939::Settings::operator= ( Settings && other)
defaultnoexcept

◆ save()

bool iv::model::comms::j1939::Settings::save ( iv::file::xml::node & node) const

Member Data Documentation

◆ heartbeatSendTime

iv::types::pollTime iv::model::comms::j1939::Settings::heartbeatSendTime {DefaultValues::heartbeatSendTime}

◆ sendHeartbeat

bool iv::model::comms::j1939::Settings::sendHeartbeat {false}

◆ timeOutWait

iv::types::pollTime iv::model::comms::j1939::Settings::timeOutWait {DefaultValues::timeOutWait}

The documentation for this struct was generated from the following files: