[][src]Function wpilib_sys::bindings::HAL_GetEncoderDecodingScaleFactor

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

Gets the decoding scale factor of the encoder.

This is used to perform the scaling from raw to type scaled values.

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