diff --git a/motorApp/MotorSrc/asynMotorController.cpp b/motorApp/MotorSrc/asynMotorController.cpp index 08ddb52c..05a6d41e 100644 --- a/motorApp/MotorSrc/asynMotorController.cpp +++ b/motorApp/MotorSrc/asynMotorController.cpp @@ -144,6 +144,7 @@ void asynMotorController::report(FILE *fp, int level) for (axis=0; axisreport(fp, level); } @@ -719,6 +720,7 @@ asynStatus asynMotorController::initializeProfile(size_t maxProfilePoints) profileTimes_ = (double *)calloc(maxProfilePoints, sizeof(double)); for (axis=0; axisinitializeProfile(maxProfilePoints); } return asynSuccess; @@ -747,6 +749,7 @@ asynStatus asynMotorController::buildProfile() } for (i=0; ibuildProfile(); } return asynSuccess; @@ -761,6 +764,7 @@ asynStatus asynMotorController::executeProfile() for (axis=0; axisexecuteProfile(); } return asynSuccess; @@ -775,6 +779,7 @@ asynStatus asynMotorController::abortProfile() for (axis=0; axisabortProfile(); } return asynSuccess; @@ -789,6 +794,7 @@ asynStatus asynMotorController::readbackProfile() for (axis=0; axisreadbackProfile(); } return asynSuccess;