MCPcopy 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
193bool DeviceAgent::start()
194{
195 assert(_dev_handle);
196
197 if (ds_start_collect() == SR_OK){
198 return true;
199 }
200 return false;
201}
202
203bool DeviceAgent::stop()
204{

Callers 5

StartMethod · 0.45
exec_captureMethod · 0.45
WinShadowMethod · 0.45
showLaterMethod · 0.45
eventFilterMethod · 0.45

Calls 1

ds_start_collectFunction · 0.85

Tested by

no test coverage detected