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

Method have_hardware_data

DSView/pv/sigsession.cpp:336–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334 }
335
336 bool SigSession::have_hardware_data()
337 {
338 if (_device_agent.have_instance() && _device_agent.is_hardware())
339 {
340 Snapshot *data = get_signal_snapshot();
341 return data->have_data();
342 }
343 return false;
344 }
345
346 struct ds_device_base_info *SigSession::get_device_list(int &out_count, int &actived_index)
347 {

Callers 5

able_to_closeMethod · 0.80
confirm_to_store_dataMethod · 0.80
OnMessageMethod · 0.80
on_device_selectedMethod · 0.80

Calls 3

have_instanceMethod · 0.80
is_hardwareMethod · 0.80
have_dataMethod · 0.80

Tested by

no test coverage detected