| 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 | { |
nothing calls this directly
no test coverage detected