![]() |
ATLAS Offline Software
|
#include <IMenuLoader.h>
Public Types | |
| enum | ENV { ALL , CTP , CTPOnl , HLT , COOLL1 , COOLHLT , L1Simu } |
Public Member Functions | |
| virtual | ~IMenuLoader () override=default |
| virtual void | setEnv (ENV env)=0 |
| virtual bool | load (Menu &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 14 of file IMenuLoader.h.
|
overridevirtualdefault |
|
pure virtual |
Implemented in TrigConf::MenuLoader.
|
pure virtualinherited |
Implemented in TrigConf::DBLoader.
|
pure virtual |
Implemented in TrigConf::MenuLoader.
|
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.