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

Method previewStart

src/models/DvkModel.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 emit replyCommandReady(QString("dvk rec_stop id=%1").arg(id), "rec_stop", id);
25}
26void DvkModel::previewStart(int id)
27{
28 emit replyCommandReady(QString("dvk preview_start id=%1").arg(id), "preview_start", id);
29}
30void DvkModel::previewStop(int id)
31{
32 emit replyCommandReady(QString("dvk preview_stop id=%1").arg(id), "preview_stop", id);

Callers 1

DvkPanelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected