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

Method close

tests/rigctld_test.cpp:162–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 bool ok(const QStringList& lines) const { return rprt(lines) == 0; }
161
162 void close()
163 {
164 m_sock.write("q\n");
165 m_sock.flush();
166 m_sock.disconnectFromHost();
167 }
168
169 // Public so callers can drive custom read loops (e.g. section 11.3).
170 QString readline()

Callers 2

section13Function · 0.45
mainFunction · 0.45

Calls 2

writeMethod · 0.45
flushMethod · 0.45

Tested by

no test coverage detected