Bug 1172 - Add facility to abort a decoder stack run?
Summary: Add facility to abort a decoder stack run?
Status: CONFIRMED
Alias: None
Product: PulseView
Classification: Unclassified
Component: Protocol decoding (show other bugs)
Version: unreleased development snapshot
Hardware: All All
: Normal normal
Target Milestone: ---
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-20 16:38 CEST by Uwe Hermann
Modified: 2018-09-26 22:48 CEST (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Uwe Hermann 2018-04-20 16:38:29 CEST
It might be nice to be able to abort a long-running PD stack run. In some cases you have to deal with very large amounts on data and you might only be interested in decoding up to a certain point / sample number.

PV could e.g. provide an "Stop decoding" item when you right-click on the PD stack's "arrow" icon on the left (there's already a "Delete" there). This would stop further decoding, but leave the already decoded annotations etc. around for the user to browse.

As an additional, optional, feature it might also be nice to then have a "Continue decoding", if (after annotation inspection) you find out that it would indeed be interesting to see some more decoded data.
Comment 1 Uwe Hermann 2018-04-20 16:39:49 CEST
Note: This is similar to #304 and has a certain overlap, but it's probably not quite the same. Might be neat to have both facilities.