Function nemo_relay_atof_exporter_create_from_json

View as Markdown

Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.

#[unsafe(no_mangle)]pub unsafe extern "C" fn nemo_relay_atof_exporter_create_from_json(
    config_json: *const c_char,
    out: *mut *mut FfiAtofExporter,
) -> NemoRelayStatus

Creates a new ATOF exporter from a JSON config object.

Parameters

  • config_json: JSON object matching AtofExporterConfig.
  • out: On success, receives a heap-allocated FfiAtofExporter.

Safety

config_json must be a valid C string. out must be valid.