[][src]Function realsense_sys::rs2_context_add_software_device

pub unsafe extern "C" fn rs2_context_add_software_device(
    ctx: *mut rs2_context,
    dev: *mut rs2_device,
    error: *mut *mut rs2_error
)

Add an instance of software device to the context \param ctx The context to which the new device will be added \param dev Instance of software device to register into the context \param[out] error If non-null, receives any error that occurs during this call, otherwise, errors are ignored