[][src]Function wpilib_sys::bindings::HAL_Report

pub unsafe extern "C" fn HAL_Report(
    resource: i32,
    instanceNumber: i32,
    context: i32,
    feature: *const c_char
) -> i64

Reports a hardware usage to the HAL.

@param resource the used resource @param instanceNumber the instance of the resource @param context a user specified context index @param feature a user specified feature string @return the index of the added value in NetComm