Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
void Decoder::set_probes(std::map<const srd_channel*, int> probes)
53
{
54
_probes_back = probes;
55
_setted = true;
56
}
57
58
void Decoder::set_option(const char *id, GVariant *value)
59
{
Callers
3
add_decoder
Method · 0.80
load_decoders
Method · 0.80
commit_decoder_probes
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected