Jpp
15.0.3
the software that should make you happy
|
Auxiliary class for mapping UPI of central-logic board to module identifier. More...
#include <JDBToolkit.hh>
Public Member Functions | |
void | initialise () |
Initialise. More... | |
int | operator() (const JUPI_t &upi) |
Get module identifier. More... | |
JUPI_t | operator() (const int id) |
Get UPI. More... | |
Static Public Attributes | |
static JCLBIDHelper | helper |
Helper object. More... | |
Protected Attributes | |
std::map< JUPI_t, int > | upi2id |
std::map< int, JUPI_t > | id2upi |
Auxiliary class for mapping UPI of central-logic board to module identifier.
Definition at line 156 of file JDBToolkit.hh.
|
inline |
Initialise.
Definition at line 160 of file JDBToolkit.hh.
|
inline |
Get module identifier.
upi | UPI |
Definition at line 179 of file JDBToolkit.hh.
|
inline |
Get UPI.
id | module identifier |
Definition at line 204 of file JDBToolkit.hh.
|
static |
Helper object.
Definition at line 226 of file JDBToolkit.hh.
Definition at line 229 of file JDBToolkit.hh.
Definition at line 230 of file JDBToolkit.hh.