Fixed a bug with inproperly cleared MsgTxt in SINQAxis

Extended pmacAxis to properly deal with HRPT pmac motors which have an extra error condition
This commit is contained in:
2019-05-13 12:03:24 +02:00
parent 3bea34700e
commit f424477a6a
8 changed files with 89 additions and 10 deletions

View File

@@ -136,6 +136,7 @@ class pmacController : public SINQController {
static const epicsUInt32 PMAX_AXIS_GENERAL_PROB2;
friend class pmacAxis;
friend class pmacHRPTAxis;
};