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

Method begin_decode_work

DSView/pv/data/decoderstack.cpp:397–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395}
396
397void DecoderStack::begin_decode_work()
398{
399 assert(_decode_state == Stopped);
400
401 _error_message = "";
402 _decode_state = Running;
403 do_decode_work();
404 _decode_state = Stopped;
405}
406
407bool DecoderStack::check_required_probes()
408{

Callers 1

decode_task_procMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected