Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aethersdr/AetherSDR
/ setTxSlice
Method
setTxSlice
src/models/SliceModel.cpp:451–454 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
449
}
450
451
void SliceModel::setTxSlice(bool on)
452
{
453
sendCommand(QString(
"slice set %1 tx=%2"
).arg(m_id).arg(on ? 1 : 0));
454
}
455
456
void SliceModel::setActive(bool on)
457
{
Callers
15
doSlice
Method · 0.80
cmdTrx
Method · 0.80
cmdTxEnable
Method · 0.80
cmdSetPtt
Method · 0.80
tryPromoteTxSlice
Method · 0.80
cmdSetSplitVfo
Method · 0.80
ensureSplitTxSlice
Method · 0.80
enableSplit
Method · 0.80
teardownSplit
Method · 0.80
mousePressEvent
Method · 0.80
buildUI
Method · 0.80
activateRADE
Method · 0.80
Calls
1
sendCommand
Function · 0.85
Tested by
no test coverage detected