List of functions in the SystemDiagnostics namespace.

Entity NameDescription
checkSystemHealthChecks the current health status of the system.
pingSubsystemPerforms a ping to verify subsystem responsiveness.
pingSubsystemPerforms a ping to verify subsystem responsiveness using a default timeout.
resetCountersResets the internal diagnostic counters.

Generated with Flude

Copyright © 2026

Directory & Entity Index

Entity NameSummary / Description
checkSystemHealth function

Checks the current health status of the system.

Note:

Missing

Returns:

tag.

Methods

checkSystemHealth

DiagnosticCode SystemDiagnostics::checkSystemHealth()

Checks the current health status of the system.

Note:

Missing

Returns:

tag.

Generated with Flude

Copyright © 2026

pingSubsystem function

Performs a ping to verify subsystem responsiveness using a default timeout.

This is an overloaded function.

Note:

Completely undocumented function, tests parser fallback.

Methods

pingSubsystem

bool SystemDiagnostics::pingSubsystem()

Performs a ping to verify subsystem responsiveness using a default timeout.

This is an overloaded function.

Note:

Completely undocumented function, tests parser fallback.

Generated with Flude

Copyright © 2026

pingSubsystem function

Performs a ping to verify subsystem responsiveness.

This is an overloaded function.

Note:

Missing

Returns:

tag.

Methods

pingSubsystem

bool SystemDiagnostics::pingSubsystem(unsigned int timeoutMs)

Performs a ping to verify subsystem responsiveness.

This is an overloaded function.

Note:

Missing

Returns:

tag.

ParameterTypeDescription
timeoutMsunsigned intTimeout in milliseconds.

Generated with Flude

Copyright © 2026

resetCounters function

Resets the internal diagnostic counters.

Methods

resetCounters

void SystemDiagnostics::resetCounters()

Resets the internal diagnostic counters.

Generated with Flude

Copyright © 2026