Function rtlola_kotlin_bridge::receive_single_value[][src]

#[no_mangle]
pub extern "C" fn receive_single_value(
    env: JNIEnv<'_>,
    _: JObject<'_>,
    monitor: jlong,
    input_ix: jint,
    value: jdouble,
    timestamp: jdouble
) -> 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.