Struct IntegrationInterface::OutputStream

Nested Relationships

This struct is a nested type of Template Class IntegrationInterface.

Struct Documentation

struct OutputStream

Output stream descriptor.

Public Members

std::string stream_id
std::function<void(const state_type&, time_type)> output_func
std::chrono::microseconds interval = {1000}
std::chrono::steady_clock::time_point last_output
bool is_active = true