MCPcopy 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_enableMethod · 0.80
get_trig_vrateMethod · 0.80
set_trig_ratioMethod · 0.80
mouse_pressMethod · 0.80
adv_triggerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected