2 Commits
0.1.0 ... 1.0.0

Author SHA1 Message Date
d5e3421bf3 Removed unnecessary initializer 2025-06-10 15:11:17 +02:00
2a3122908f Updated turboPmac dependency to 1.1.1 2025-06-10 15:10:05 +02:00
2 changed files with 1 additions and 4 deletions

View File

@ -49,9 +49,6 @@ beamShiftAxis::beamShiftAxis(turboPmacController *pC, int axisNo)
// function
axes.push_back(this);
// Initialize all member variables
axisStatus_ = 0;
// Provide initial values for some parameter library entries
status = pC_->setIntegerParam(axisNo, pC_->rereadEncoderPosition(), 0);
if (status != asynSuccess) {