Changes for profile moves

This commit is contained in:
MarkRivers
2011-04-02 15:08:00 +00:00
parent fb3fae0423
commit 0a3dc5c215
+1 -1
View File
@@ -76,7 +76,7 @@ asynMotorController::asynMotorController(const char *portName, int numAxes, int
// These are the per-controller parameters for profile moves
createParam(profileNumAxesString, asynParamInt32, &profileNumAxes_);
createParam(profileNumSegmentsString, asynParamInt32, &profileNumSegments_);
createParam(profileNumPointsString, asynParamInt32, &profileNumPoints_);
createParam(profileNumPulsesString, asynParamInt32, &profileNumPulses_);
createParam(profileStartPulsesString, asynParamInt32, &profileStartPulses_);
createParam(profileEndPulsesString, asynParamInt32, &profileEndPulses_);