|
static bool | isDefaultChannel (const std::shared_ptr< iv::channels::AbstractChannel > &channel) |
| Check if the channel is a default channel from the point of view of Dampers.
|
|
static uint16_t | getNumAvailableDigitalOutputChannels (const std::shared_ptr< iv::units::Unit > &unit) |
| Get the number of available digital output channels for a given unit.
|
|
static std::list< iv::types::channelOrder > | getNumAvailableCmdChannelOrders (const std::shared_ptr< iv::units::Unit > &unit) |
| Get the available command channel orders for a given unit.
|
|
static std::list< iv::types::channelOrder > | getNumAvailableTripChannelOrders (const std::shared_ptr< iv::units::Unit > &unit) |
| Get the available trip channel orders for a given unit.
|
|
static bool | linkAndConfigureDamperChannels (const std::shared_ptr< iv::model::control::Damper > &damper) |
| Link and configure the channels of a damper.
|
|
static void | reconfigureDamperChannels (const std::shared_ptr< iv::model::control::Damper > &damper) |
|
static void | resetDamperWiredChannels (const std::shared_ptr< iv::model::control::Damper > &damper) |
| Reset the wired channels of a damper.
|
|
static void | removeDamperSoftwareChannels (const std::shared_ptr< iv::model::control::Damper > &damper) |
| Remove the software channels of a damper.
|
|
static bool | configureChFeedbackOP (const std::shared_ptr< iv::channels::AbstractChannel > &channel, iv::types::control::damper::damperId damperId, iv::types::control::damper::damperDescription damperDescription, iv::types::control::damper::damperOrder damperOrder) |
|
static bool | configureChFeedbackCL (const std::shared_ptr< iv::channels::AbstractChannel > &channel, iv::types::control::damper::damperId damperId, iv::types::control::damper::damperDescription damperDescription, iv::types::control::damper::damperOrder damperOrder) |
|
static bool | configureChOutputOP (const std::shared_ptr< iv::channels::AbstractChannel > &channel, iv::types::control::damper::damperId damperId, iv::types::control::damper::damperDescription damperDescription, iv::types::control::damper::damperOrder damperOrder) |
|
static bool | configureChOutputCL (const std::shared_ptr< iv::channels::AbstractChannel > &channel, iv::types::control::damper::damperId damperId, iv::types::control::damper::damperDescription damperDescription, iv::types::control::damper::damperOrder damperOrder) |
|
static bool | configureChCmdOP (const std::shared_ptr< iv::channels::AbstractChannel > &channel, const iv::types::control::damper::damperId &damperId, iv::types::channelOrder channelOrder, iv::types::unitId unitId, bool isConfiguringFromController, iv::types::control::damper::damperDescription damperDescription, iv::types::control::damper::damperOrder damperOrder) |
|
static bool | configureChCmdCL (const std::shared_ptr< iv::channels::AbstractChannel > &channel, const iv::types::control::damper::damperId &damperId, iv::types::channelOrder channelOrder, iv::types::unitId unitId, bool isConfiguringFromController, iv::types::control::damper::damperDescription damperDescription, iv::types::control::damper::damperOrder damperOrder) |
|
static bool | configureChCmdReset (const std::shared_ptr< iv::channels::AbstractChannel > &channel, const iv::types::control::damper::damperId &damperId, iv::types::channelOrder channelOrder, iv::types::unitId unitId, bool isConfiguringFromController, iv::types::control::damper::damperDescription damperDescription, iv::types::control::damper::damperOrder damperOrder) |
|
static bool | configureChTrip (const std::shared_ptr< iv::channels::AbstractChannel > &channel, const iv::types::control::damper::damperId &damperId, iv::types::channelOrder channelOrder, iv::types::unitId unitId, bool isConfiguringFromController, iv::types::control::damper::damperDescription damperDescription, iv::types::control::damper::damperOrder damperOrder) |
|