Public Types | |
| typedef int | ThresholdType |
Public Member Functions | |
| StreamResult () | |
| void | setInvalid () |
| int | minErrorFreeRxThresh () const |
| int | maxErrorFreeRxThresh () const |
| int | bestRxThresh () const |
| int | getRiseTime () const |
| void | setMinErrorFreeRxThresh (int val) |
| void | setMaxErrorFreeRxThresh (int val) |
| void | setBestRxThresh (int val) |
| void | setRiseTime (int val) |
Static Public Member Functions | |
| static bool | isGoodPhysicalRxThresh (const int val) |
Static Private Member Functions | |
| static bool | isAllowableRxThreshPrivateVar (const int val) |
Private Attributes | |
| int | m_minErrorFreeRxThresh |
| int | m_maxErrorFreeRxThresh |
| int | m_bestRxThresh |
| int | m_riseTime |
Static Private Attributes | |
| static const int | NOT_YET_SET_OR_INVALID |
| static const int | MIN_LEGITIMATE_RX_THRESH |
| static const int | MAX_LEGITIMATE_RX_THRESH |
Definition at line 29 of file RxThresholdBasedOnConfigRegisterTestResult.h.
1.4.6