Struct VariableMonitorBase::SinkSpec

Nested Relationships

This struct is a nested type of Class VariableMonitorBase.

Struct Documentation

struct SinkSpec

Defines information necessary to create a monitor sink.

Public Members

Format format

Output format.

std::string file_name = {}

Output file name (empty for stdout)

std::string delim = {","}

Delimiter (used only with CSV format currently)