[][src]Function wpilib_sys::bindings::HAL_GetEncoderEncodingScale

pub unsafe extern "C" fn HAL_GetEncoderEncodingScale(
    encoderHandle: HAL_EncoderHandle,
    status: *mut i32
) -> i32

Gets the encoder scale value.

This is set by the value passed during initialization to encodingType.

@param encoderHandle the encoder handle @return the encoder scale value