Added Profile functions to driver table

This commit is contained in:
MarkRivers
2009-09-01 16:21:31 +00:00
parent ab50f1166b
commit c1944719da
+2
View File
@@ -775,6 +775,8 @@ typedef struct
motorAxisVelocityMoveFunc velocityMove; /**< Pointer to function to execute a velocity mode move */
motorAxisStopFunc stop; /**< Pointer to function to stop motion */
motorAxisforceCallbackFunc forceCallback; /**< Pointer to function to request a poller status update */
motorAxisProfileMoveFunc profileMove; /**< Pointer to function to execute a profile move */
motorAxisTriggerProfileFunc triggerProfile; /**< Pointer to function to trigger a profile move */
} motorAxisDrvSET_t;
#ifdef __cplusplus