c_MotController_GetMotionProfileStatus_2

Function c_MotController_GetMotionProfileStatus_2 

Source
pub unsafe extern "C" fn c_MotController_GetMotionProfileStatus_2(
    handle: Handle,
    topBufferRem: *mut c_int,
    topBufferCnt: *mut c_int,
    btmBufferCnt: *mut c_int,
    hasUnderrun: *mut bool,
    isUnderrun: *mut bool,
    activePointValid: *mut bool,
    isLast: *mut bool,
    profileSlotSelect: *mut c_int,
    outputEnable: *mut c_int,
    timeDurMs: *mut c_int,
    profileSlotSelect1: *mut c_int,
) -> ErrorCode