MCPcopy 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
268bool RigThread::getErrorState() {
269 return errorState.load();
270}
271
272std::string RigThread::getErrorMessage() {
273 return errorMessage;

Callers 1

stopRigMethod · 0.80

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected