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

Method binded_probe_list

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

Source from the content-addressed store, hash-verified

123}
124
125std::vector<const srd_channel*> Decoder::binded_probe_list()
126{
127 std::vector<const srd_channel*> lst;
128
129 for (auto it = _probes.begin(); it != _probes.end(); ++it){
130 lst.push_back((*it).first);
131 }
132
133 return lst;
134}
135
136bool Decoder::have_required_probes()
137{

Callers 2

gen_decoders_jsonMethod · 0.80
draw_annotationMethod · 0.80

Calls 1

endMethod · 0.45

Tested by

no test coverage detected