Function rtlola_kotlin_bridge::init[][src]

#[no_mangle]
pub extern "C" fn init(
    env: JNIEnv<'_>,
    _: JObject<'_>,
    spec: JString<'_>,
    relevant_outputs: JString<'_>
) -> *const KotlinMonitor
Expand description

Initializes a monitor for a given spec.

The spec is a string representation of the specification. The relevant_output argument is a string containing the names of all relevant output streams, separated by commas. Only the outputs of these streams will be reported by the monitor.