Bugfix pmacV3

This commit is contained in:
Michele Brambilla
2022-03-02 11:04:28 +01:00
committed by brambilla_m
parent c805385ad1
commit edc71af235
2 changed files with 50 additions and 16 deletions

View File

@@ -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 */