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;
};