Can set and read enable, something broken with movements and status
This commit is contained in:
committed by
brambilla_m
parent
403eecafae
commit
92364a1de8
@@ -165,7 +165,7 @@ class SeleneController : public pmacController {
|
||||
};
|
||||
|
||||
#define EnableAxisString "ENABLE_AXIS"
|
||||
#define AxisStateString "AXIS_STATE"
|
||||
#define AxisEnabledString "AXIS_ENABLED"
|
||||
|
||||
class pmacV3Controller : public pmacController {
|
||||
public:
|
||||
@@ -186,7 +186,7 @@ protected:
|
||||
pmacV3Axis **pAxes_; /**< Array of pointers to axis objects */
|
||||
|
||||
int enableAxis_;
|
||||
int axisState_;
|
||||
int axisEnabled_;
|
||||
};
|
||||
|
||||
#endif /* pmacController_H */
|
||||
|
||||
Reference in New Issue
Block a user