Crate rtlola_streamir_interpreter

Source
Expand description

An interpreter based one JIT compilation of the StreamIR

Modules§

csv
Provides an interface for reading inputs from a csv file and writing verdicts as CSV.
verdict
Contains the representation returned by the monitor after evaluating one evaluation cycle. Contains the newly computed stream values and triggers.

Structs§

Inputs
Represents the input values of a single input event to the monitor.
Monitor
Represents the main monitor struct holding the state of the monitor between evaluation cycles