List of fields, structures and enums in the SystemDiagnostics namespace.

Entity NameDescription
g_diagnosticRunCountA global variable representing the total number of diagnostic runs.
DIAG_SUCCESSConstant representing a successful diagnostic run.
DIAG_FAILUREConstant representing a generic diagnostic failure.

Generated with Flude

Copyright © 2026

Directory & Entity Index

Entity NameSummary / Description
DIAG_FAILURE constant

Constant representing a generic diagnostic failure.

Class Variables

  • const DiagnosticCode SystemDiagnostics::DIAG_FAILURE

Generated with Flude

Copyright © 2026

DIAG_SUCCESS constant

Constant representing a successful diagnostic run.

Class Variables

  • const DiagnosticCode SystemDiagnostics::DIAG_SUCCESS

Generated with Flude

Copyright © 2026

g_diagnosticRunCount variable

A global variable representing the total number of diagnostic runs.

Instance Variables

  • unsigned int SystemDiagnostics::g_diagnosticRunCount

Generated with Flude

Copyright © 2026