MCPcopy 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_captureMethod · 0.80
switch_work_modeMethod · 0.80
load_device_configMethod · 0.80
OnMessageMethod · 0.80
retranslateUiMethod · 0.80
reStyleMethod · 0.80
reloadMethod · 0.80
on_collect_modeMethod · 0.80
update_view_statusMethod · 0.80
DeviceOptionsMethod · 0.80
mode_check_timeoutMethod · 0.80
try_resize_scrollMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected