[][src]Function wpilib_sys::bindings::HAL_GetCompressor

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

Gets the compressor state (on or off).

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