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

Method clientCount

src/core/CatPort.cpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129int CatPort::clientCount() const
130{
131 return m_rigctlClients.size() + m_catSessions.size();
132}
133
134QString CatPort::ptyPath() const
135{

Callers 4

updateTciStatusMethod · 0.45
deactivateRADEMethod · 0.45
buildTableRowsMethod · 0.45
refreshTncStatusMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected