Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/DreamSourceLab/DSView
/ start
Method
start
DSView/pv/deviceagent.cpp:193–201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
191
}
192
193
bool DeviceAgent::start()
194
{
195
assert(_dev_handle);
196
197
if (ds_start_collect() == SR_OK){
198
return true;
199
}
200
return false;
201
}
202
203
bool DeviceAgent::stop()
204
{
Callers
5
Start
Method · 0.45
exec_capture
Method · 0.45
WinShadow
Method · 0.45
showLater
Method · 0.45
eventFilter
Method · 0.45
Calls
1
ds_start_collect
Function · 0.85
Tested by
no test coverage detected