|
BOSS 8.0.0
BESIII Offline Software System
|
#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 , 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 , 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 |