MCPcopy 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
203bool DeviceAgent::stop()
204{
205 assert(_dev_handle);
206
207 if (ds_stop_collect() == SR_OK){
208 return true;
209 }
210 return false;
211}
212
213void DeviceAgent::release()
214{

Callers 5

StopMethod · 0.45
exit_captureMethod · 0.45
showLaterMethod · 0.45
hideShadowMethod · 0.45
eventFilterMethod · 0.45

Calls 1

ds_stop_collectFunction · 0.85

Tested by

no test coverage detected