Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
#include <Valve.hpp>
Classes | |
struct | DefaultValues |
struct | Keys |
Public Member Functions | |
Valve () | |
~Valve ()=default | |
bool | load (const iv::file::xml::node &nodeValve) |
bool | save (iv::file::xml::node &nodeValve) const |
std::shared_ptr< iv::model::control::valve::AllValveChannels > | getAllChannels () const |
iv::model::control::Valve::Valve | ( | ) |
|
default |
|
nodiscard |
bool iv::model::control::Valve::load | ( | const iv::file::xml::node & | nodeValve | ) |
bool iv::model::control::Valve::save | ( | iv::file::xml::node & | nodeValve | ) | const |
std::shared_ptr<iv::model::control::valve::AllValveChannels> iv::model::control::Valve::m_allValveChannels |
Channels for the valve
iv::types::unitId iv::model::control::Valve::m_lomId {DefaultValues::lomId} |
iv::types::control::valve::valveId iv::model::control::Valve::m_valveId {} |
Optimization
iv::types::control::valve::valveOrder iv::model::control::Valve::m_valveOrder {DefaultValues::valveOrder} |
iv::model::control::valve::eValveSystem iv::model::control::Valve::m_valveSystem {DefaultValues::valveSystem} |
iv::model::control::valve::eValveType iv::model::control::Valve::m_valveType {DefaultValues::valveType} |