Function rtlola_kotlin_bridge::receive_total_event[][src]

#[no_mangle]
pub extern "C" fn receive_total_event(
    env: JNIEnv<'_>,
    _: JObject<'_>,
    monitor: jlong,
    inputs: jdoubleArray
) -> jdoubleArray
Expand description

Receives a single event and returns an array of verdicts.

Interprets the monitor input as pointer to a KotlinMonitor received via the init function. The input argument contains a long value for each input of the specification plus the current timestamp at the end.