Helper to encapsulate the contamination threshold. More...
#include <ContaminationThreshold.h>
Public Member Functions | |
| unsigned int | GetWarning () |
| Gets the warning status. | |
| void | SetWarning (unsigned int pWarning) |
| Sets the warnint staus. | |
| unsigned int | GetError () |
| Gets the error status. | |
| void | SetError (unsigned int pError) |
| Sets the error status. | |
Helper to encapsulate the contamination threshold.
| unsigned int ContaminationThreshold::GetError | ( | ) |
Gets the error status.
| unsigned int ContaminationThreshold::GetWarning | ( | ) |
Gets the warning status.
| void ContaminationThreshold::SetError | ( | unsigned int | pError | ) |
Sets the error status.
| pError | The error status to be set |
| void ContaminationThreshold::SetWarning | ( | unsigned int | pWarning | ) |
Sets the warnint staus.
| pWarning | The warning status to be set |