git-svn-id: svn://db.shs.com.ru/libs@395 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -217,6 +217,12 @@ void CDCore::stop() {
|
||||
}
|
||||
|
||||
|
||||
void CDCore::release() {
|
||||
stop();
|
||||
connection.removeAllDevices();
|
||||
}
|
||||
|
||||
|
||||
void CDCore::startX(double freq) {
|
||||
//piCout << "start x" << x_timer.isRunning() << freq;
|
||||
if (!x_timer.isRunning())
|
||||
@@ -225,7 +231,7 @@ void CDCore::startX(double freq) {
|
||||
|
||||
|
||||
void CDCore::stopX() {
|
||||
x_timer.stop();
|
||||
x_timer.stop(true);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user