Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
iv::model::control Namespace Reference

Namespaces

namespace  damper
 
namespace  valve
 

Classes

class  ControlManager
 
class  Damper
 
class  DamperManager
 
class  Valve
 
class  ValveManager
 

Enumerations

enum class  eControlType { Valve , Damper }
 

Functions

void resetDamperChannel (std::weak_ptr< iv::channels::AbstractChannel > &channel)
 
void removeDamperChannel (std::weak_ptr< iv::channels::AbstractChannel > &channel)
 
void resetValveChannel (std::weak_ptr< iv::channels::AbstractChannel > &channel)
 
void removeValveChannel (std::weak_ptr< iv::channels::AbstractChannel > &channel)
 

Enumeration Type Documentation

◆ eControlType

Enumerator
Valve 
Damper 

Function Documentation

◆ removeDamperChannel()

void iv::model::control::removeDamperChannel ( std::weak_ptr< iv::channels::AbstractChannel > & channel)

◆ removeValveChannel()

void iv::model::control::removeValveChannel ( std::weak_ptr< iv::channels::AbstractChannel > & channel)

◆ resetDamperChannel()

void iv::model::control::resetDamperChannel ( std::weak_ptr< iv::channels::AbstractChannel > & channel)

◆ resetValveChannel()

void iv::model::control::resetValveChannel ( std::weak_ptr< iv::channels::AbstractChannel > & channel)