MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / receive_trigger

Method receive_trigger

DSView/pv/view/view.cpp:518–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

516
517
518void View::receive_trigger(quint64 trig_pos1)
519{
520 (void)trig_pos1;
521 uint64_t trig_pos = _session->get_trigger_pos();
522 set_trig_cursor_posistion(trig_pos);
523}
524
525void View::set_trig_cursor_posistion(uint64_t trig_pos)
526{

Callers 2

feed_in_triggerMethod · 0.45
OnMessageMethod · 0.45

Calls 1

get_trigger_posMethod · 0.80

Tested by

no test coverage detected