CGEM BOSS 6.6.5.g
BESIII Offline Software System
Loading...
Searching...
No Matches
Status.h File Reference

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
 

Detailed Description

A helper class to help the user to interpret the status information in the first status word and to code it properly.

Author
Andre DOS ANJOS
Author
zhangy
Revision
1.1.1.1
Date
2009/06/19 07:35:41

Definition in file Status.h.