Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DreamSourceLab/DSView
/ stop
Method
stop
DSView/pv/deviceagent.cpp:203–211 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
201
}
202
203
bool DeviceAgent::stop()
204
{
205
assert(_dev_handle);
206
207
if (ds_stop_collect() == SR_OK){
208
return true;
209
}
210
return false;
211
}
212
213
void DeviceAgent::release()
214
{
Callers
5
Stop
Method · 0.45
exit_capture
Method · 0.45
showLater
Method · 0.45
hideShadow
Method · 0.45
eventFilter
Method · 0.45
Calls
1
ds_stop_collect
Function · 0.85
Tested by
no test coverage detected