Public Member Functions | |
Builder (::Configuration &conf, ConfigurationDALImpl &impl, Log &log) | |
SCTDAL::Partition * | getOrCreatePartition (unsigned int partition) |
SCTDAL::Crate * | getOrCreateCrate (unsigned int partition, unsigned int crate) |
SCTDAL::Rod * | getOrCreateRod (unsigned int partition, unsigned int crate, unsigned int rod) |
SCTDAL::Barrel * | getOrCreateBarrel (unsigned int barrel) |
SCTDAL::Row * | getOrCreateBarrelRow (unsigned int barrel, unsigned int row) |
SCTDAL::PowerCrate * | getOrCreatePowerCrate (unsigned int crate) |
SCTDAL::PowerChannel * | getOrCreatePowerChannel (unsigned int crate, unsigned int channel) |
SCTDAL::Channel * | getOrCreateChannelInRodMur (SCTDAL::RodMUR *murObj, int position) |
SCTDAL::PowerParam * | getOrCreatePowerParamInChannel (SCTDAL::PowerChannel *chanObj, std::string state, std::string name) |
Private Attributes | |
::Configuration & | m_conf |
ConfigurationDALImpl & | m_impl |
Log & | log |
Definition at line 43 of file dalImplUtils.h.