Renamed some member fields

This commit is contained in:
2025-04-17 16:28:52 +02:00
parent db03ffea0e
commit 228bcf7fd7
5 changed files with 46 additions and 17 deletions

View File

@@ -298,7 +298,19 @@ class epicsShareClass sinqController : public asynMotorController {
int numAxes() { return numAxes_; }
double idlePollPeriod() { return idlePollPeriod_; }
double movingPollPeriod() { return movingPollPeriod_; }
asynUser *asynUserSelf() { return pasynUserSelf; }
/**
* @brief Return a pointer to the asynUser of the controller
*
* @return asynUser*
*/
asynUser *pasynUser() { return pasynUserSelf; }
/**
* @brief Return a pointer to the low-level octet (string) IP Port
*
* @return asynUser*
*/
asynUser *pasynOctetSyncIOipPort() { return pasynOctetSyncIOipPort_; }
// =========================================================================