Base module
DiagnosticState
State definitions for diagnostic providers.
DiagnosticState
#include <icy/diagnosticmanager.h>Inherits:
State
State definitions for diagnostic providers.
Public Methods
| Return | Name | Description |
|---|---|---|
std::string | str const inline | Returns a human-readable string for the given state ID. |
str
const inline
inline std::string str(unsigned int id) constReturns a human-readable string for the given state ID.
Parameters
idA DiagnosticState::Type value.
Returns
State name string.
Exceptions
std::logic_errorfor unknown IDs.
Public Types
| Name | Description |
|---|---|
Type |
Type
enum Type| Value | Description |
|---|---|
None | |
Checking | |
Passed | |
Failed |
