forked from epics_driver_modules/motorBase
Added pAxes for convenience
This commit is contained in:
@@ -39,7 +39,10 @@ public:
|
||||
asynStatus processDeferredMoves();
|
||||
asynStatus processDeferredMovesInGroup(char * groupName);
|
||||
|
||||
|
||||
protected:
|
||||
XPSAxis **pAxes_; /**< Array of pointers to axis objects */
|
||||
|
||||
int XPSMinJerk_;
|
||||
#define FIRST_XPS_PARAM XPSMinJerk_
|
||||
int XPSMaxJerk_;
|
||||
|
||||
Reference in New Issue
Block a user