BOSS 6.6.4.p03
BESIII Offline Software System
|
#include <Status.h>
Public Member Functions | |
Status (eformat::GenericStatus gen, uint16_t spec) | |
Status (uint32_t v) | |
eformat::GenericStatus | generic (void) const |
uint16_t | specific (void) const |
uint32_t | code (void) const |
Defines converters between version numbers and its components
|
inline |
eformat::helper::Status::Status | ( | uint32_t | v | ) |
Constructor. Takes the status to understand the components from.
s | The status number, fully built. |
Definition at line 15 of file Status.cxx.
uint32_t eformat::helper::Status::code | ( | void | ) | const |
Gets the full 32-bit number made by assembling the 2 numbers above.
Definition at line 21 of file Status.cxx.
|
inline |
|
inline |