Improved error reporting to the MsgTxt additional field

This commit is contained in:
2017-08-08 17:32:32 +02:00
parent 0eed0c9357
commit 9a3b0f7666
3 changed files with 47 additions and 32 deletions

View File

@@ -16,8 +16,9 @@ class epicsShareClass SINQAxis : public asynMotorAxis
asynStatus setStringParam(int function, const char *value);
friend class SINQController;
protected:
void updateMsgTxtFromDriver(const char *value);
protected:
private:
SINQController *pC_;