]> sigrok.org Git - pulseview.git/commit
store session: do send end() packet after data export to output file
authorGerhard Sittig <redacted>
Sun, 29 Dec 2019 06:13:47 +0000 (07:13 +0100)
committerUwe Hermann <redacted>
Sun, 29 Dec 2019 20:46:40 +0000 (21:46 +0100)
commitdd86facc33e7b52d48e3671b4a98167a106b455d
tree7a48d6ecc016f100fa57a1e241a9e12b701571bc
parentb6d0bcb839f63ca1aeb78f9f86aeb6cac84ad193
store session: do send end() packet after data export to output file

Extend the StoreSession::store_proc() method to send a SR_DF_END packet
after all analog/logic data packets were sent and before the output file
and output module get shutdown.

This fixes bug #1470.
pv/storesession.cpp