MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / get_logic

Method get_logic

DSView/pv/sigsession.h:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 SessionData();
95
96 inline data::LogicSnapshot* get_logic(){
97 return &logic;
98 }
99
100 inline data::AnalogSnapshot* get_analog(){
101 return &analog;

Callers 14

get_capture_statusMethod · 0.80
init_signalsMethod · 0.80
reloadMethod · 0.80
refreshMethod · 0.80
feed_in_logicMethod · 0.80
data_feed_inMethod · 0.80
get_snapshotMethod · 0.80
decode_task_procMethod · 0.80
get_signal_snapshotMethod · 0.80
on_device_lib_eventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected