Type Definition rtlola_interpreter::monitor::TriggerMessages
source · pub type TriggerMessages = Vec<(OutputReference, String)>;Expand description
Represents the index and the formatted message of all violated triggers.
Trait Implementations§
source§impl VerdictRepresentation for TriggerMessages
impl VerdictRepresentation for TriggerMessages
§type Tracing = NoTracer
type Tracing = NoTracer
This subtype captures the tracing capabilities of the verdict representation.
source§fn create(data: RawVerdict<'_>) -> Selfwhere
Self: Sized,
fn create(data: RawVerdict<'_>) -> Selfwhere
Self: Sized,
Creates a snapshot of the streams values.
source§fn is_empty(&self) -> bool
fn is_empty(&self) -> bool
Returns whether the verdict is empty. I.e. it doesn’t contain any information.
source§fn create_with_trace(data: RawVerdict<'_>, _tracing: Self::Tracing) -> Self
fn create_with_trace(data: RawVerdict<'_>, _tracing: Self::Tracing) -> Self
Creates a snapshot of the streams values including tracing data.