![]() |
Project
|
#include <CrateMasks.h>
Public Member Functions | |
| CrateMasks () | |
| CrateMasks (const char *filename) | |
| ~CrateMasks ()=default | |
| bool | isActive (int iboard, uint8_t feeId) const |
| void | setActiveBoards (uint16_t feeId, uint8_t mask) |
| Sets the active boards in the feeId. | |
| uint8_t | getMask (uint16_t feeId) const |
| Gets the mask for the feeId. | |
| void | write (const char *filename) const |
Definition at line 27 of file CrateMasks.h.
| o2::mid::CrateMasks::CrateMasks | ( | ) |
Default constructor
Definition at line 29 of file CrateMasks.cxx.
| o2::mid::CrateMasks::CrateMasks | ( | const char * | filename | ) |
Construct from file
Definition at line 67 of file CrateMasks.cxx.
|
default |
|
inline |
Gets the mask for the feeId.
Definition at line 41 of file CrateMasks.h.
|
inline |
Definition at line 35 of file CrateMasks.h.
|
inline |
Sets the active boards in the feeId.
Definition at line 38 of file CrateMasks.h.
Writes the masks to a configuration file
Definition at line 105 of file CrateMasks.cxx.