forked from epics_driver_modules/motorBase
Removed redefinition of asynPrint, produces compiler error on Windows
This commit is contained in:
@@ -21,8 +21,8 @@ Created: 15.12.2010
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
|
||||
#undef asynPrint
|
||||
#define asynPrint(user,reason,format...) 0
|
||||
//#undef asynPrint
|
||||
//#define asynPrint(user,reason,format...) 0
|
||||
|
||||
|
||||
asynStatus PIE517Controller::init()
|
||||
|
||||
@@ -19,8 +19,8 @@ Original Author: Steffen Rau
|
||||
#include "PIasynAxis.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
#undef asynPrint
|
||||
#define asynPrint(user,reason,format...) 0
|
||||
//#undef asynPrint
|
||||
//#define asynPrint(user,reason,format...) 0
|
||||
|
||||
|
||||
asynStatus PIE755Controller::getStatus(PIasynAxis* pAxis, int& homing, int& moving, int& negLimit, int& posLimit, int& servoControl)
|
||||
|
||||
@@ -21,8 +21,8 @@ Created: 15.12.2010
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#undef asynPrint
|
||||
#define asynPrint(user,reason,format...) 0
|
||||
//#undef asynPrint
|
||||
//#define asynPrint(user,reason,format...) 0
|
||||
|
||||
|
||||
asynStatus PIGCSPiezoController::getStatus(PIasynAxis* pAxis, int& homing, int& moving, int& negLimit, int& posLimit, int& servoControl)
|
||||
|
||||
Reference in New Issue
Block a user