Struct DiagnosticStatusMsg

Struct Documentation

struct DiagnosticStatusMsg

A structured diagnostic status message (REP-107 compatible)

Public Members

DiagnosticLevel level = DiagnosticLevel::OK
std::string name

e.g. “ICP Quality”

std::string message

Human-readable summary.

std::string hardware_id

e.g. “mola_lo”

std::vector<DiagnosticKeyValue> values

Structured k-v pairs.