[][src]Function wpilib_sys::bindings::HAL_GetCompressorNotConnectedStickyFault

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

Gets if a sticky fault is triggered of the compressor not connected.

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