Removed friend class declaration and replaced access to private,properties with accessors
This commit is contained in:
@@ -273,9 +273,6 @@ class masterMacsAxis : public sinqAxis {
|
||||
* @brief Read the property from axisError_
|
||||
*/
|
||||
bool stoFault() { return axisError_[15]; }
|
||||
|
||||
private:
|
||||
friend class masterMacsController;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user