Comment out axis report() function, not defined in source which leads to error on Windows

This commit is contained in:
MarkRivers
2013-08-28 16:25:24 +00:00
parent 01e5d2924d
commit 1b6c89c98a
+1 -1
View File
@@ -17,7 +17,7 @@ class C300Axis : public asynMotorAxis
public:
/* These are the methods we override from the base class */
C300Axis(class C300Controller *pC, int axis);
void report(FILE *fp, int level);
//void report(FILE *fp, int level);
asynStatus move(double position, int relative, double min_velocity, double max_velocity, double acceleration);
asynStatus poll(bool *moving);