Broke asynMotorDriver into asynMotorController and asynMotorAxis

This commit is contained in:
MarkRivers
2011-04-01 20:02:18 +00:00
parent afc7ee20d7
commit 803e2c89b7
3 changed files with 6 additions and 4 deletions
+4 -2
View File
@@ -16,7 +16,8 @@ INC += motordrvComCode.h
ifdef ASYN
INC += motor_interface.h
INC += paramLib.h
INC += asynMotorDriver.h
INC += asynMotorController.h
INC += asynMotorAxis.h
endif
LIBRARY_IOC += motor
@@ -29,7 +30,8 @@ ifdef ASYN
motor_SRCS += drvMotorAsyn.c
motor_SRCS += devMotorAsyn.c
motor_SRCS += paramLib.c
motor_SRCS += asynMotorDriver.cpp
motor_SRCS += asynMotorController.cpp
motor_SRCS += asynMotorAxis.cpp
motor_LIBS += asyn
endif
+1 -1
View File
@@ -58,7 +58,7 @@
#include "motorRecord.h"
#include "motor.h"
#include "epicsExport.h"
#include "asynMotorDriver.h"
#include "asynMotorController.h"
#include "motor_interface.h"
/*Create the dset for devMotor */
+1 -1
View File
@@ -57,7 +57,7 @@
#include <drvSup.h>
#include <registryDriverSupport.h>
#include "asynMotorDriver.h"
#include "asynMotorController.h"
#include "motor_interface.h"
#include <limits.h>
#include <epicsExport.h>