Bugfix pmacV3
This commit is contained in:
committed by
brambilla_m
parent
c805385ad1
commit
edc71af235
@@ -143,8 +143,14 @@ class LiftAxis : public pmacAxis
|
||||
class pmacV3Axis : public pmacAxis {
|
||||
public:
|
||||
|
||||
using pmacAxis::pmacAxis;
|
||||
pmacV3AxisAxis(pmacController *pController, int axisNo) : pmacAxis(pController,axisNo, false) {};
|
||||
|
||||
protected:
|
||||
|
||||
asynStatus getAxisStatus(bool *moving);
|
||||
|
||||
friend class pmacController;
|
||||
friend class pmacV3Controller;
|
||||
};
|
||||
|
||||
#endif /* pmacAxis_H */
|
||||
|
||||
Reference in New Issue
Block a user