[][src]Function wpilib_sys::bindings::HAL_GetCompressorPressureSwitch

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

Gets the compressor pressure switch state.

@param compressorHandle the compressor handle @return true if the pressure switch is triggered, otherwise false