Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aethersdr/AetherSDR
/ send
Method
send
tests/rigctld_test.cpp:2124–2128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2122
}
2123
2124
void send(const QString& cmd)
2125
{
2126
QByteArray ba = (
'+'
+ cmd + QLatin1Char(
'\n'
)).toUtf8();
2127
::write(m_fd, ba.constData(), ba.size());
2128
}
2129
2130
QStringList readUntilRprt()
2131
{
Callers
15
section1
Function · 0.45
section1b
Function · 0.45
section2
Function · 0.45
section3
Function · 0.45
section4
Function · 0.45
section5
Function · 0.45
section6Ptt
Function · 0.45
section7
Function · 0.45
section8
Function · 0.45
section9
Function · 0.45
section10
Function · 0.45
section11Cw
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected