[][src]Function dqcsim::bindings::dqcs_plugin_arb

#[no_mangle]pub extern "C" fn dqcs_plugin_arb(
    plugin: dqcs_plugin_state_t,
    cmd: dqcs_handle_t
) -> dqcs_handle_t

Sends an arbitrary command downstream.

Backend plugins are not allowed to call this. Doing so will result in an error.

This function returns a new handle to an ArbData object representing the return value of the ArbCmd when successful. Otherwise, it returns 0.