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

This commit is contained in:
2018-06-04 13:34:16 +00:00
parent cd63546e74
commit 700e331cb9
6 changed files with 21 additions and 2 deletions

View File

@@ -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);
}