[][src]Function wpilib_sys::bindings::HAL_GetAnalogTriggerOutput

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

Gets the state of the analog trigger output.

@param analogTriggerHandle the trigger handle @param type the type of trigger to trigger on @return the state of the analog trigger output