Add pmacV3 poll
This commit is contained in:
committed by
brambilla_m
parent
c7fea08718
commit
14bbda3364
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user