git-svn-id: svn://db.shs.com.ru/libs@396 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2018-06-04 13:53:12 +00:00
parent 700e331cb9
commit 771011128a

View File

@@ -212,7 +212,8 @@ void CDCore::init(const PIString & configuration, bool pult) {
void CDCore::stop() { void CDCore::stop() {
x_timer.stop(true); x_timer.stop();
x_timer.waitForFinish(1000);
connection.stop(); connection.stop();
} }
@@ -231,7 +232,8 @@ void CDCore::startX(double freq) {
void CDCore::stopX() { void CDCore::stopX() {
x_timer.stop(true); x_timer.stop();
x_timer.waitForFinish(1000);
} }