Added new system disconnect reporting to the phytron driver

This commit is contained in:
2019-01-08 11:35:09 +01:00
parent f909c41a2b
commit 972131d86a
2 changed files with 17 additions and 12 deletions

View File

@@ -56,7 +56,7 @@ friend class PhytronAxis;
private:
asynUser *pasynUserController_;
asynStatus transactController(char command[COMLEN], char reply[COMLEN]);
asynStatus transactController(int axisNo, char command[COMLEN], char reply[COMLEN]);
const char *selector;