Added destructors for the classes in order to use the PIMPL idiom with

uniqe_ptr
This commit is contained in:
2025-05-23 09:38:41 +02:00
parent 83aa437b6b
commit cd7cc75eb7
4 changed files with 17 additions and 0 deletions

View File

@@ -337,6 +337,8 @@ sinqAxis::sinqAxis(class sinqController *pC, int axisNo)
}
}
sinqAxis::~sinqAxis() = default;
asynStatus sinqAxis::poll(bool *moving) {
// Local variable declaration