| 395 | } |
| 396 | |
| 397 | void 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 | |
| 407 | bool DecoderStack::check_required_probes() |
| 408 | { |