MCPcopy 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

section1Function · 0.45
section1bFunction · 0.45
section2Function · 0.45
section3Function · 0.45
section4Function · 0.45
section5Function · 0.45
section6PttFunction · 0.45
section7Function · 0.45
section8Function · 0.45
section9Function · 0.45
section10Function · 0.45
section11CwFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected