Added MsgTxt support to pmac controller driver

This commit is contained in:
2019-01-08 11:47:02 +01:00
parent 972131d86a
commit 02ab5ff9b8
4 changed files with 58 additions and 28 deletions

View File

@@ -7,17 +7,20 @@
* Matthew Pearson
* 23 May 2012
*
* Modified to use the MsgTxt field for SINQ
*
* Mark Koennecke, January 2019
********************************************/
#ifndef pmacAxis_H
#define pmacAxis_H
#include "asynMotorController.h"
#include "asynMotorAxis.h"
#include "SINQController.h"
#include "SINQAxis.h"
class pmacController;
class pmacAxis : public asynMotorAxis
class pmacAxis : public SINQAxis
{
public:
/* These are the methods we override from the base class */