Removed friend class declaration and replaced access to private

properties with accessors
This commit is contained in:
2025-03-10 16:55:10 +01:00
parent 967613447b
commit d471041c59
3 changed files with 138 additions and 140 deletions

View File

@@ -120,9 +120,6 @@ class turboPmacAxis : public sinqAxis {
// The axis status is used when enabling / disabling the motor
int axisStatus_;
private:
friend class turboPmacController;
};
#endif