Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
iv::model::pms::PmsManager Member List

This is the complete list of members for iv::model::pms::PmsManager, including all inherited members.

busTies()iv::model::pms::PmsManager
changeBusTieId(iv::types::pms::elementId oldBusTieId, iv::types::pms::elementId newBusTieId)iv::model::pms::PmsManager
changeGeneratorId(iv::types::pms::elementId oldGeneratorId, iv::types::pms::elementId newGeneratorId)iv::model::pms::PmsManager
changeMainBarId(iv::types::pms::elementId oldMainBarId, iv::types::pms::elementId newMainBarId)iv::model::pms::PmsManager
changeModeId(const iv::types::pms::modeId &oldModeId, const iv::types::pms::modeId &newModeId)iv::model::pms::PmsManager
changeTransitionModeToReachId(const iv::types::pms::modeId &sourceModeId, const iv::types::pms::modeId &oldModeToReachId, const iv::types::pms::modeId &newModeToReachId)iv::model::pms::PmsManager
channelsPmsToGenerator(const std::shared_ptr< iv::model::pms::Generator > &generator)iv::model::pms::PmsManagerprivatestatic
createAction(const iv::types::pms::modeId &sourceModeId, const iv::types::pms::modeId &modeToReachId, const std::shared_ptr< iv::model::pms::AbstractPmsAction > &newAction)iv::model::pms::PmsManager
createBusTie(const std::string &name, iv::types::unitId lomId, iv::types::pms::elementId leftMainBarId, iv::types::pms::elementId rightMainBarId)iv::model::pms::PmsManager
createGenerator(const std::string &name, iv::types::unitId lomId, iv::model::pms::eGeneratorType type, iv::types::pms::elementId mainBarId, uint32_t ratedPower)iv::model::pms::PmsManager
createMainBar(const std::string &name)iv::model::pms::PmsManager
createMode(const std::string &modeId, iv::types::milliseconds feedbackTimeout)iv::model::pms::PmsManager
createTransition(const iv::model::pms::Transition &newTransition)iv::model::pms::PmsManager
eraseAction(const iv::types::pms::modeId &sourceModeId, const iv::types::pms::modeId &modeToReachId, uint64_t actionIndex)iv::model::pms::PmsManager
eraseBusTie(iv::types::pms::elementId busTieId)iv::model::pms::PmsManager
eraseGenerator(iv::types::pms::elementId generatorId)iv::model::pms::PmsManager
eraseMainBar(iv::types::pms::elementId mainBarId)iv::model::pms::PmsManager
eraseMode(const iv::types::pms::modeId &modeId)iv::model::pms::PmsManager
eraseTransition(const iv::types::pms::modeId &sourceModeId, const iv::types::pms::modeId &modeToReachId)iv::model::pms::PmsManager
generators()iv::model::pms::PmsManager
getActivePmsMode() constiv::model::pms::PmsManager
getBarsIds() constiv::model::pms::PmsManager
insertAction(const iv::types::pms::modeId &sourceModeId, const iv::types::pms::modeId &modeToReachId, const std::shared_ptr< AbstractPmsAction > &action)iv::model::pms::PmsManager
insertBusTie(const std::shared_ptr< BusTie > &busTie)iv::model::pms::PmsManager
insertGenerator(const std::shared_ptr< Generator > &generator)iv::model::pms::PmsManager
insertMainBar(const std::shared_ptr< MainBar > &mainBar)iv::model::pms::PmsManager
insertMode(const std::shared_ptr< Mode > &mode)iv::model::pms::PmsManager
insertTransition(const std::shared_ptr< Transition > &transition)iv::model::pms::PmsManager
load(std::string_view pathPms)iv::model::pms::PmsManager
m_busTiesiv::model::pms::PmsManagerprivate
m_channelTransitionFailureAlarmiv::model::pms::PmsManager
m_generatorsiv::model::pms::PmsManagerprivate
m_mainBarsiv::model::pms::PmsManagerprivate
m_modesiv::model::pms::PmsManagerprivate
m_runningModeTransitioniv::model::pms::PmsManager
mainBars()iv::model::pms::PmsManager
manageErasedUnit(const iv::types::unitId &unitId)iv::model::pms::PmsManager
modes()iv::model::pms::PmsManager
moveDownAction(const iv::types::pms::modeId &sourceModeId, const iv::types::pms::modeId &modeToReachId, uint64_t actionIndex)iv::model::pms::PmsManager
moveUpAction(const iv::types::pms::modeId &sourceModeId, const iv::types::pms::modeId &modeToReachId, uint64_t actionIndex)iv::model::pms::PmsManager
PmsManager()=defaultiv::model::pms::PmsManager
replaceAction(const iv::types::pms::modeId &sourceModeId, const iv::types::pms::modeId &modeToReachId, uint64_t actionIndex, const std::shared_ptr< iv::model::pms::AbstractPmsAction > &newAction)iv::model::pms::PmsManager
save(std::string_view pathPms, const std::optional< std::shared_ptr< std::vector< std::shared_ptr< iv::file::xml::File > > > > &savingFilesOut=std::nullopt) constiv::model::pms::PmsManager
sendModeTransitionInfo(bool isRunning, const iv::types::pms::modeId &modeToReachId, const iv::mimics::elements::eOperationModeState &newModeState)iv::model::pms::PmsManager
setAndSendChannelTransitionFailureToAlarmValue() constiv::model::pms::PmsManager
setAndSendChannelTransitionFailureToNormalValue() constiv::model::pms::PmsManager
setOperationModesMimicElementsState(const iv::types::pms::modeId &modeToReachId, const iv::mimics::elements::eOperationModeState &newModeState)iv::model::pms::PmsManagerstatic
unlinkGeneratorChannels(const std::shared_ptr< iv::model::pms::Generator > &generator)iv::model::pms::PmsManagerprivatestatic
update(const PmsManager &other)iv::model::pms::PmsManager
updateBusTieLeftMainBar(iv::types::pms::elementId busTieId, iv::types::pms::elementId newLeftMainBarId)iv::model::pms::PmsManager
updateBusTieRightMainBar(iv::types::pms::elementId busTieId, iv::types::pms::elementId newRightMainBarId)iv::model::pms::PmsManager
updateGeneratorLomId(iv::types::pms::elementId generatorId, iv::types::unitId newLomId)iv::model::pms::PmsManager
updateGeneratorMainBar(iv::types::pms::elementId generatorId, iv::types::pms::elementId newMainBarId)iv::model::pms::PmsManager
~PmsManager()=defaultiv::model::pms::PmsManager