Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/DreamSourceLab/DSView
/ is_virtual
Method
is_virtual
DSView/pv/deviceagent.h:78–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
inline bool is_virtual(){
79
return (is_file() || is_demo());
80
}
81
82
inline bool is_hardware_logic(){
83
return is_hardware() && _driver_name ==
"DSLogic"
;
Callers
3
set_trig_cursor_posistion
Method · 0.80
mode_changed
Method · 0.80
device_updated
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected