Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aethersdr/AetherSDR
/ setAutomationError
Function
setAutomationError
src/gui/ConnectionPanel.cpp:60–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
void setAutomationError(QString* error, const QString& text)
61
{
62
if (error) {
63
*error = text;
64
}
65
}
66
67
QStringList sanitizeRecentManualIps(const QStringList& ips)
68
{
Callers
3
automationConnectLocalSerial
Method · 0.85
automationConnectByIp
Method · 0.85
automationDisconnect
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected