Base module

DiagnosticState

[State]({#ref classicy_1_1State #}) definitions for diagnostic providers.

DiagnosticState

#include <icy/diagnosticmanager.h>

Inherits: State

State definitions for diagnostic providers.

Public Methods

ReturnNameDescription
std::stringstr const inlineReturns a human-readable string for the given state ID.

str

const inline

inline std::string str(unsigned int id) const

Returns a human-readable string for the given state ID.

Parameters

Returns

State name string.

Exceptions

  • std::logic_error for unknown IDs.

Public Types

NameDescription
Type

Type

enum Type
ValueDescription
None
Checking
Passed
Failed