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

#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 ()
 
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

iv::types::pollTime _timeoutWait
 
iv::types::pollTime _timeoutRetry
 
iv::types::pollTime _timeReadingPerFrame
 

Constructor & Destructor Documentation

◆ Settings() [1/4]

iv::model::comms::nmea0183::Settings::Settings ( )

◆ Settings() [2/4]

iv::model::comms::nmea0183::Settings::Settings ( const iv::types::pollTime & timeoutWait,
const iv::types::pollTime & timeoutRetry,
const iv::types::pollTime & timeReadingPerFrame )

◆ Settings() [3/4]

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

◆ Settings() [4/4]

iv::model::comms::nmea0183::Settings::Settings ( Settings && other)
noexcept

◆ ~Settings()

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

Member Function Documentation

◆ load()

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

Settings & iv::model::comms::nmea0183::Settings::operator= ( Settings && other)
noexcept

◆ save()

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

Member Data Documentation

◆ _timeoutRetry

iv::types::pollTime iv::model::comms::nmea0183::Settings::_timeoutRetry

◆ _timeoutWait

iv::types::pollTime iv::model::comms::nmea0183::Settings::_timeoutWait

◆ _timeReadingPerFrame

iv::types::pollTime iv::model::comms::nmea0183::Settings::_timeReadingPerFrame

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