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

@@ -53,7 +53,7 @@ friend class EL734Axis;
private:
asynUser *pasynUserController_;
asynStatus transactController(char command[COMLEN], char reply[COMLEN]);
asynStatus transactController(int axis, char command[COMLEN], char reply[COMLEN]);
void switchRemote();