MCPcopy 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
451void SliceModel::setTxSlice(bool on)
452{
453 sendCommand(QString("slice set %1 tx=%2").arg(m_id).arg(on ? 1 : 0));
454}
455
456void SliceModel::setActive(bool on)
457{

Callers 15

doSliceMethod · 0.80
cmdTrxMethod · 0.80
cmdTxEnableMethod · 0.80
cmdSetPttMethod · 0.80
tryPromoteTxSliceMethod · 0.80
cmdSetSplitVfoMethod · 0.80
ensureSplitTxSliceMethod · 0.80
enableSplitMethod · 0.80
teardownSplitMethod · 0.80
mousePressEventMethod · 0.80
buildUIMethod · 0.80
activateRADEMethod · 0.80

Calls 1

sendCommandFunction · 0.85

Tested by

no test coverage detected