struct mola::ExecutableBase::DiagnosticsOutput
Overview
Diagnostics message: a human-readabale label, and “any” content.
#include <ExecutableBase.h> struct DiagnosticsOutput { // fields mrpt::Clock::time_point timestamp; std::string label; std::any value; };