Type Definition rtlola_interpreter::Incremental[][src]

pub type Incremental = Vec<(OutputReference, Value)>;
Expand description

Represents a snapshot of the monitor containing the value of all updated output stream.

Trait Implementations

Creates a snapshot of the streams values.