Added public accessors for all status library indices and some other

properties. This also enabled the removal of "friend classes".
This commit is contained in:
2025-03-10 16:53:45 +01:00
parent bed245b010
commit f26d1bb612
4 changed files with 161 additions and 79 deletions

View File

@@ -304,7 +304,12 @@ class epicsShareClass sinqAxis : public asynMotorAxis {
return asynSuccess;
}
friend class sinqController;
/**
* @brief Return the axis number of this axis
*
* @return int
*/
int axisNo() { return axisNo_; }
protected:
// Internal variables used in the movement timeout watchdog