![]() |
ATLAS Offline Software
|
#include <IMuctpiLoader.h>
Public Member Functions | |
| virtual | ~IMuctpiLoader () override=default |
| virtual bool | load (Muctpi &data)=0 |
| virtual void | setLevel (MSGTC::Level lvl)=0 |
| Load the configuration data from the configuration source. | |
| virtual MSGTC::Level | outputLevel () const =0 |
| virtual int | verbose () const =0 |
| virtual void | setVerbose (int v)=0 |
Definition at line 26 of file IMuctpiLoader.h.
|
overridevirtualdefault |
|
pure virtual |
Implemented in TrigConf::MuctpiLoader.
|
pure virtualinherited |
Implemented in TrigConf::DBLoader.
|
pure virtualinherited |
Load the configuration data from the configuration source.
| ctpc | reference to the data object to be filled |
true if the loading was successful, false otherwise Implemented in TrigConf::DBLoader.
|
pure virtualinherited |
Implemented in TrigConf::DBLoader.
|
pure virtualinherited |
Implemented in TrigConf::DBLoader.