Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DreamSourceLab/DSView
/ is_demo
Method
is_demo
DSView/pv/deviceagent.h:70–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
inline bool is_demo(){
71
return _dev_type == DEV_TYPE_DEMO;
72
}
73
74
inline bool is_hardware(){
75
return _dev_type == DEV_TYPE_USB;
Callers
13
action_start_capture
Method · 0.80
switch_work_mode
Method · 0.80
load_device_config
Method · 0.80
OnMessage
Method · 0.80
retranslateUi
Method · 0.80
reStyle
Method · 0.80
reload
Method · 0.80
on_collect_mode
Method · 0.80
update_view_status
Method · 0.80
DeviceOptions
Method · 0.80
mode_check_timeout
Method · 0.80
try_resize_scroll
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected