Skip to main content

create_attribute_runtime

Function create_attribute_runtime 

Source
pub fn create_attribute_runtime(
    port_name: &str,
    pool: Arc<NDArrayPool>,
    queue_size: usize,
    ndarray_port: &str,
    wiring: Arc<WiringRegistry>,
    ts_registry: &TsReceiverRegistry,
) -> (PluginRuntimeHandle, JoinHandle<()>)
Expand description

Create an Attribute plugin runtime. The TS receiver is stored in the registry for later pickup by NDTimeSeriesConfigure.