Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DreamSourceLab/DSView
/ is_hardware_logic
Method
is_hardware_logic
DSView/pv/deviceagent.h:82–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
inline bool is_hardware_logic(){
83
return is_hardware() && _driver_name ==
"DSLogic"
;
84
}
85
86
inline bool is_hardware_dso(){
87
return is_hardware() && _driver_name ==
"DSCope"
;
Callers
5
set_enable
Method · 0.80
get_trig_vrate
Method · 0.80
set_trig_ratio
Method · 0.80
mouse_press
Method · 0.80
adv_trigger
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected