Jpp
17.1.1
the software that should make you happy
|
Auxiliary class for mapping UPI of product to serial number. More...
#include <JDBToolkit.hh>
Public Member Functions | |
void | initialise (const JPBS_t &pbs) |
Initialise. More... | |
JUPI_t | operator() (const JPBS_t &pbs, const int number) |
Get UPI. More... | |
Static Public Attributes | |
static JUPIHelper | helper |
Helper object. More... | |
Protected Attributes | |
std::map< JPBS_t, std::map < int, JUPI_t > > | number2upi |
Auxiliary class for mapping UPI of product to serial number.
Definition at line 237 of file JDBToolkit.hh.
|
inline |
Initialise.
pbs | PBS |
Definition at line 243 of file JDBToolkit.hh.
Get UPI.
pbs | PBS |
number | serial number |
Definition at line 268 of file JDBToolkit.hh.
|
static |
Helper object.
Definition at line 304 of file JDBToolkit.hh.
Definition at line 308 of file JDBToolkit.hh.