Closed XuetaoLiu-CLS closed 8 years ago
No rush... the step scan failed...
Scan is running now with restarting Acquaman
Once the scans are working a bit better, post in the thread again. Then we can go over the completed code.
Does that mean we are good for review?
@dretrex yes, u can review now
Just a couple comments. Time Estimate: 30 minutes
Overall, this still looks good. Only thing now is to really make sure that we put it through its paces when we test it.
@XuetaoLiu-CLS, those were the wrong const uses. They are const functions: bool isAcquiring() const;
not const bool isAcquiring();
@davidChevrier @dretrex @iainworkman
Hi guys, pls take a look at this PR. This supposed to fix the issues. I'm running the test right now.
There are also code refactors required for this. There are some redundant codes there to be optimized. I will do that in a sub branch.