MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / get_device_status

Method get_device_status

DSView/pv/deviceagent.cpp:255–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255bool DeviceAgent::get_device_status(struct sr_status &status, gboolean prg)
256{
257 assert(_dev_handle);
258
259 if (ds_get_actived_device_status(&status, prg) == SR_OK)
260 {
261 return true;
262 }
263 return false;
264}
265
266struct sr_config *DeviceAgent::new_config(int key, GVariant *data)
267{

Callers 3

get_capture_statusMethod · 0.80
feed_in_dsoMethod · 0.80
data_feed_inMethod · 0.80

Calls 1

Tested by

no test coverage detected