#include <GXXXerror.h>
Public Member Functions | |
| GTCCerror (unsigned msg) | |
| unsigned | GTRC () const |
| unsigned | RCphase () const |
| unsigned | FEphase () const |
| unsigned | FIFOfull () const |
| unsigned | cableTMO () const |
| unsigned | hdrParity () const |
| unsigned | wrdCntParity () const |
| unsigned | RCsummary () const |
| unsigned | dataParity () const |
| unsigned | raw () const |
Static Public Member Functions | |
| static unsigned | GTRC (unsigned msg) |
| static unsigned | RCphase (unsigned msg) |
| static unsigned | FEphase (unsigned msg) |
| static unsigned | FIFOfull (unsigned msg) |
| static unsigned | cableTMO (unsigned msg) |
| static unsigned | hdrParity (unsigned msg) |
| static unsigned | wrdCntParity (unsigned msg) |
| static unsigned | RCsummary (unsigned msg) |
| static unsigned | dataParity (unsigned msg) |
| GTCCerror::GTCCerror | ( | unsigned | msg | ) | [inline] |
Constructor for initializing the class with an error message
| unsigned GTCCerror::cableTMO | ( | ) | const [inline] |
Method for reporting whether the error message indicates there was a cable timeout error
| static unsigned GTCCerror::cableTMO | ( | unsigned | msg | ) | [inline, static] |
Static method for reporting whether this error message indicates there was a cable timeout error
| unsigned GTCCerror::dataParity | ( | ) | const [inline] |
Method for reporting whether the error message indicates there was a data parity error
| static unsigned GTCCerror::dataParity | ( | unsigned | msg | ) | [inline, static] |
Static method for reporting whether this error message indicates there was a data parity error
| unsigned GTCCerror::FEphase | ( | ) | const [inline] |
Method for reporting whether the error message indicates there was a GTFE phasing error
| static unsigned GTCCerror::FEphase | ( | unsigned | msg | ) | [inline, static] |
Static method for reporting whether this error message indicates there was a GTFE phasing error
| unsigned GTCCerror::FIFOfull | ( | ) | const [inline] |
Method for reporting whether the error message indicates there was a FIFO Full error
| static unsigned GTCCerror::FIFOfull | ( | unsigned | msg | ) | [inline, static] |
Static method for reporting whether this error message indicates there was a FIFO Full error
| unsigned GTCCerror::GTRC | ( | ) | const [inline] |
Return the GTRC number that contributed the error message
| static unsigned GTCCerror::GTRC | ( | unsigned | msg | ) | [inline, static] |
Static method to return the GTRC number that contributed this error message
| unsigned GTCCerror::hdrParity | ( | ) | const [inline] |
Method for reporting whether this error message indicates there was a header parity error
| static unsigned GTCCerror::hdrParity | ( | unsigned | msg | ) | [inline, static] |
Static method for reporting whether this error message indicates there was a header parity error
| unsigned GTCCerror::raw | ( | ) | const [inline] |
Return the raw error message the GCCCerror class was initialized with
| unsigned GTCCerror::RCphase | ( | ) | const [inline] |
Method for reporting whether the error message indicates there was a GTRC phasing error
| static unsigned GTCCerror::RCphase | ( | unsigned | msg | ) | [inline, static] |
Static method for reporting whether this error message indicates there was a GTRC phasing error
| unsigned GTCCerror::RCsummary | ( | ) | const [inline] |
Method for reporting whether the error message indicates there was a GTRC summary error
| static unsigned GTCCerror::RCsummary | ( | unsigned | msg | ) | [inline, static] |
Static method for reporting whether this error message indicates there was a GTRC summary error
| unsigned GTCCerror::wrdCntParity | ( | ) | const [inline] |
Method for reporting whether the error message indicates there was a word count parity error
| static unsigned GTCCerror::wrdCntParity | ( | unsigned | msg | ) | [inline, static] |
Static method for reporting whether this error message indicates there was a word count parity error
1.4.7