[][src]Function wpilib_sys::bindings::HAL_GetCompressorShortedFault

pub unsafe extern "C" fn HAL_GetCompressorShortedFault(
    compressorHandle: HAL_CompressorHandle,
    status: *mut i32
) -> HAL_Bool

Gets if the compressor is faulted because of a short.

@param compressorHandle the compressor handle @return true if shorted, otherwise false