Add pmacV3 poll

This commit is contained in:
Michele Brambilla
2022-03-02 16:11:18 +01:00
committed by brambilla_m
parent c7fea08718
commit 14bbda3364
2 changed files with 47 additions and 6 deletions

View File

@@ -143,8 +143,13 @@ class LiftAxis : public pmacAxis
class pmacV3Axis : public pmacAxis {
public:
pmacV3Axis(pmacController *pController, int axisNo) : pmacAxis(pController,axisNo, false) {};
pmacV3Axis(pmacController *pController, int axisNo);
/* : pmacAxis(pController,axisNo, false) { */
/* printf("\n*************************\n\n"); */
/* printf("class name: %s", getClassName(*this)); */
/* printf("\n*************************\n\n"); */
/* }; */
asynStatus poll(bool *moving);
protected:
asynStatus getAxisStatus(bool *moving);