BOSS 7.1.2
BESIII Offline Software System
|
A helper class to help the user to interpret the status information in the first status word and to code it properly. More...
#include <stdint.h>
Go to the source code of this file.
Classes | |
class | eformat::helper::Status |
Namespaces | |
namespace | eformat |
namespace | eformat::helper |
Typedefs | |
typedef enum GenericStatus | eformat::GenericStatus |
Enumerations | |
enum | eformat::GenericStatus { eformat::NO_ERROR = 0x0 , eformat::BCID_CHECK_FAIL = 0x1 , eformat::LVL1ID_CHECK_FAIL = 0x2 , eformat::TIMEOUT = 0x4 , eformat::DATA_CORRUPTION = 0x8 , eformat::INTERNAL_OVERFLOW = 0x16 } |
Variables | |
const uint32_t | eformat::STATUS_FRONT = 0 |
status goes in front of data block | |
const uint32_t | eformat::STATUS_BACK = 1 |
status goes after data block | |
const uint32_t | eformat::DEFAULT_STATUS = NO_ERROR |
A helper class to help the user to interpret the status information in the first status word and to code it properly.
Definition in file Status.h.