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

Method data_feed_callback

DSView/pv/sigsession.cpp:1480–1485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1478 }
1479
1480 void SigSession::data_feed_callback(const struct sr_dev_inst *sdi,
1481 const struct sr_datafeed_packet *packet)
1482 {
1483 assert(_session);
1484 _session->data_feed_in(sdi, packet);
1485 }
1486
1487 uint16_t SigSession::get_ch_num(int type)
1488 {

Callers

nothing calls this directly

Calls 1

data_feed_inMethod · 0.80

Tested by

no test coverage detected