Go to the source code of this file.
#define _RAW_READER_ERROR_CHECKS_ |
Definition at line 9 of file GBTLink.h.
View newest version in sPHENIX GitHub at line 9 of file GBTLink.h
#define GBTLINK_DECODE_ERRORCHECK |
( |
|
errRes, |
|
|
|
errEval |
|
) |
| |
Value:errRes = errEval; \
if ((errRes)&uint8_t(ErrorPrinted)) { \
ruPtr->linkHBFToDump[(uint64_t(subSpec) << 32) + hbfEntry] = irHBF.orbit; \
errRes &= ~uint8_t(ErrorPrinted); \
} \
if ((errRes)&uint8_t(
Abort)) { \
discardData(); \
return AbortedOnError; \
}
Definition at line 28 of file GBTLink.h.
View newest version in sPHENIX GitHub at line 28 of file GBTLink.h