motor: Tom Cobb added a function that can be used to disable polling in the XPS driver. This is needed to help data corruption during GatheringStopAndSave operations in the trajectory scan SNL code. Forgot to commit header file.

This commit is contained in:
mp49
2011-05-20 17:54:41 +00:00
parent 079bb3e473
commit 1cc698c7d5
+2
View File
@@ -19,6 +19,8 @@ int XPSConfigAxis(int card, /* specify which controller 0-up*/
const char *positionerName, /* groupName.positionerName e.g. Diffractometer.Phi */
int stepsPerUnit); /* steps per user unit */
void XPSDisablePoll(int disablePollVal);
#ifdef __cplusplus
}
#endif