forked from epics_driver_modules/motorBase
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user