[][src]Function wpilib_sys::bindings::HAL_GetAnalogTriggerTriggerState

pub unsafe extern "C" fn HAL_GetAnalogTriggerTriggerState(
    analogTriggerHandle: HAL_AnalogTriggerHandle,
    status: *mut i32
) -> HAL_Bool

Returns the TriggerState output of the analog trigger.

True if above upper limit. False if below lower limit. If in Hysteresis, maintain previous state.

@param analogTriggerHandle the trigger handle @return the TriggerState output of the analog trigger