Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
#include <AbstractPmsAction.hpp>
Classes | |
struct | DefaultValues |
struct | Keys |
Public Member Functions | |
PriorityAction ()=default | |
~PriorityAction () override=default | |
bool | load (const iv::file::xml::node &nodeAction) override |
bool | save (iv::file::xml::node &nodeAction) const override |
bool | runAction (std::string &errorMsg) const override |
Static Public Member Functions | |
static ePmsActionType | readActionType (const file::xml::node &nodeAction) |
Public Attributes | |
iv::types::channelValue | m_value {DefaultValues::value} |
std::shared_ptr< iv::model::pms::Generator > | m_generator {} |
ePmsActionType | m_actionType {DefaultValues::actionType} |
iv::types::milliseconds | m_maxProcessTime {DefaultValues::maxProcessTime} |
|
default |
|
overridedefault |
|
overridevirtual |
Reimplemented from iv::model::pms::GeneratorActions.
|
staticinherited |
|
overridevirtual |
Implements iv::model::pms::AbstractPmsAction.
|
overridevirtual |
Reimplemented from iv::model::pms::GeneratorActions.
|
inherited |
|
inherited |
|
inherited |
iv::types::channelValue iv::model::pms::PriorityAction::m_value {DefaultValues::value} |