git-svn-id: svn://db.shs.com.ru/libs@396 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -212,7 +212,8 @@ void CDCore::init(const PIString & configuration, bool pult) {
|
||||
|
||||
|
||||
void CDCore::stop() {
|
||||
x_timer.stop(true);
|
||||
x_timer.stop();
|
||||
x_timer.waitForFinish(1000);
|
||||
connection.stop();
|
||||
}
|
||||
|
||||
@@ -231,7 +232,8 @@ void CDCore::startX(double freq) {
|
||||
|
||||
|
||||
void CDCore::stopX() {
|
||||
x_timer.stop(true);
|
||||
x_timer.stop();
|
||||
x_timer.waitForFinish(1000);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user