Public Types | |
typedef int | ThresholdType |
Public Member Functions | |
StreamResult () | |
void | setInvalid () |
bool | isInvalid () const |
int | minErrorFreeTxCurrent () const |
int | maxErrorFreeTxCurrent () const |
int | bestTxCurrent () const |
void | setMinErrorFreeTxCurrent (int val) |
void | setMaxErrorFreeTxCurrent (int val) |
void | setBestTxCurrent (int val) |
Static Public Member Functions | |
static bool | isGoodPhysicalTxCurrent (const int val) |
Static Private Member Functions | |
static bool | isAllowableTxCurrentPrivateVar (const int val) |
Private Attributes | |
int | m_minErrorFreeTxCurrent |
int | m_maxErrorFreeTxCurrent |
int | m_bestTxCurrent |
Static Private Attributes | |
static const int | NOT_YET_SET_OR_INVALID |
static const int | MIN_LEGITIMATE_TX_CURRENT |
static const int | MAX_LEGITIMATE_TX_CURRENT |
Definition at line 29 of file TxCurrentTestResult.h.