Skip to content
Snippets Groups Projects
Commit cfd457c9 authored by Stephane Poirier's avatar Stephane Poirier
Browse files

streamer simulator now support asynchronous write mode

parent 81c37a04
No related branches found
No related tags found
No related merge requests found
...@@ -3,13 +3,14 @@ silent = false ...@@ -3,13 +3,14 @@ silent = false
[acquisition] [acquisition]
infinite_mode = true infinite_mode = true
use_finalizer = false use_finalizer = true
asynchronous_write = false
nb_acq = 1 nb_acq = 1
step_count = 40 step_count = 40
buffer_size = 10 buffer_size = 10
sleep_time_ms = 20 sleep_time_ms = 20
#compress_level = 1 compress_level = 1
compress_filter = lz4 compress_filter = zlib
dest_path = d:/tmp/spool/simu/ dest_path = d:/tmp/spool/simu/
streams = aicontroller_board_1 streams = aicontroller_board_1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment