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

Method is_hardware

DSView/pv/deviceagent.h:74–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 }
73
74 inline bool is_hardware(){
75 return _dev_type == DEV_TYPE_USB;
76 }
77
78 inline bool is_virtual(){
79 return (is_file() || is_demo());

Callers 15

have_hardware_dataMethod · 0.80
action_start_captureMethod · 0.80
exec_captureMethod · 0.80
switch_work_modeMethod · 0.80
on_load_fileMethod · 0.80
save_configMethod · 0.80
able_to_closeMethod · 0.80
load_config_from_fileMethod · 0.80
gen_config_jsonMethod · 0.80
load_config_from_jsonMethod · 0.80
load_device_configMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected