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

Method first_probe_index

DSView/pv/data/decode/decoder.cpp:95–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95int Decoder::first_probe_index()
96{
97 auto it = _probes.begin();
98 if (it != _probes.end()){
99 return (*it).second;
100 }
101
102 return -1;
103}
104
105bool Decoder::is_binded_probe(const srd_channel *const pdch)
106{

Callers 1

do_decode_workMethod · 0.80

Calls 1

endMethod · 0.45

Tested by

no test coverage detected