Struct rtlola_interpreter::Config [−][src]
pub struct Config { /* fields omitted */ }Expand description
Config combines an RTLola specification in LolaIR form with an EvalConfig.
The evaluation configuration describes how the specification should be executed.
The Config can then be turned into a monitor for use via the API or simply executed.
Implementations
Creates a new Config which can then be turned into a Monitor by into_monitor.
Parses command line arguments and return a Config if successful.
If the arguments are not valid, this function will print an error message and exit the process with value 1.
Turns a Config that was created through a call to new_api into a Monitor.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Config
impl UnwindSafe for Config
Blanket Implementations
Mutably borrows from an owned value. Read more