![]() |
ATLAS Offline Software
|
#include <PixelDCSStateData.h>
Public Types | |
| enum | DCSModuleState { READY, ON, UNKNOWN, TRANSITION, UNDEFINED, DISABLED, LOCKED_OUT, STANDBY, OFF, NOSTATE } |
| typedef std::unordered_map< int, int > | IntConditions |
Public Member Functions | |
| void | setModuleStatus (const int chanNum, const int value) |
| int | getModuleStatus (const int chanNum) const |
| const IntConditions & | moduleStatusMap () const |
Private Attributes | |
| IntConditions | m_moduleStatus |
Definition at line 19 of file PixelDCSStateData.h.
| typedef std::unordered_map<int, int> PixelDCSStateData::IntConditions |
Definition at line 21 of file PixelDCSStateData.h.
| Enumerator | |
|---|---|
| READY | |
| ON | |
| UNKNOWN | |
| TRANSITION | |
| UNDEFINED | |
| DISABLED | |
| LOCKED_OUT | |
| STANDBY | |
| OFF | |
| NOSTATE | |
Definition at line 25 of file PixelDCSStateData.h.
| int PixelDCSStateData::getModuleStatus | ( | const int | chanNum | ) | const |
Definition at line 11 of file PixelDCSStateData.cxx.
|
inline |
Definition at line 28 of file PixelDCSStateData.h.
Definition at line 7 of file PixelDCSStateData.cxx.
|
private |
Definition at line 31 of file PixelDCSStateData.h.
1.8.18