[][src]Function wpilib_sys::bindings::HAL_GetCompressorNotConnectedFault

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

Gets if the compressor is not connected.

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