Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_data
Method · 0.80
action_start_capture
Method · 0.80
exec_capture
Method · 0.80
switch_work_mode
Method · 0.80
on_load_file
Method · 0.80
save_config
Method · 0.80
able_to_close
Method · 0.80
load_config_from_file
Method · 0.80
gen_config_json
Method · 0.80
load_config_from_json
Method · 0.80
check_usb_device_speed
Method · 0.80
load_device_config
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected