MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / recStart

Method recStart

src/models/DvkModel.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16// button toggled "checked" while the radio had refused rec_start.
17
18void DvkModel::recStart(int id)
19{
20 emit replyCommandReady(QString("dvk rec_start id=%1").arg(id), "rec_start", id);
21}
22void DvkModel::recStop(int id)
23{
24 emit replyCommandReady(QString("dvk rec_stop id=%1").arg(id), "rec_stop", id);

Callers 1

DvkPanelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected