From: Gerhard Sittig Date: Sun, 17 Dec 2017 17:55:46 +0000 (+0100) Subject: session: add "terminate and reset" support for protocol stacks X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=9553e9622bb26dfbe6296ef6f330b1cf0f5b40e6;hp=9553e9622bb26dfbe6296ef6f330b1cf0f5b40e6 session: add "terminate and reset" support for protocol stacks Implement routines which terminate currently pending decoder operations and reset internal state (on the C and Python sides) for instances as well as sessions. This allows to re-use previously created stacks for new input data. ---