forked from epics_driver_modules/motorBase
Broke asynMotorDriver into asynMotorController and asynMotorAxis
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user