Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ getErrorState
Method
getErrorState
src/rig/RigThread.cpp:268–270 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
266
267
268
bool RigThread::getErrorState() {
269
return errorState.load();
270
}
271
272
std::string RigThread::getErrorMessage() {
273
return errorMessage;
Callers
1
stopRig
Method · 0.80
Calls
1
load
Method · 0.80
Tested by
no test coverage detected