MCPcopy 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

mode_changedMethod · 0.80
device_updatedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected