Added setIGain method.

This commit is contained in:
2024-06-05 16:04:30 -05:00
parent 341bbb5980
commit c5eebd9597
2 changed files with 17 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ public:
asynStatus stop(double acceleration);
asynStatus poll(bool *moving);
asynStatus setClosedLoop(bool closedLoop);
asynStatus setIGain(double iGain);
private:
MD90Controller *pC_; /**< Pointer to the asynMotorController to which this axis belongs.