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

Method set_probes

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

Source from the content-addressed store, hash-verified

50}
51
52void Decoder::set_probes(std::map<const srd_channel*, int> probes)
53{
54 _probes_back = probes;
55 _setted = true;
56}
57
58void Decoder::set_option(const char *id, GVariant *value)
59{

Callers 3

add_decoderMethod · 0.80
load_decodersMethod · 0.80
commit_decoder_probesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected