Type Definition rtlola_interpreter::monitor::Incremental

source ·
pub type Incremental = Vec<(OutputReference, Vec<Change>)>;
Expand description

Represents the changes of the monitor state. Each element represents a set of Changes of a specific output stream.

Trait Implementations§

This subtype captures the tracing capabilities of the verdict representation.
Creates a snapshot of the streams values.
Returns whether the verdict is empty. I.e. it doesn’t contain any information.
Creates a snapshot of the streams values including tracing data.