forked from epics_driver_modules/motorBase
Added interpolationFactor_ and stepSize_
This commit is contained in:
@@ -33,6 +33,8 @@ private:
|
||||
double currentPosition_;
|
||||
double positionOffset_;
|
||||
double encoderIncrement_;
|
||||
double interpolationFactor_;
|
||||
double stepSize_;
|
||||
double highLimit_;
|
||||
double lowLimit_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user