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

typo

parent a513775b
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,11 @@ NexusCPP history file
3.5.0 (2023/01/17)
==================
Fixes
DataStreamer
Prevent crash (seg fault) if destination file or directory is deleted
during recording.
Additions
Compression of big datasets!!
......@@ -17,9 +22,9 @@ Additions
class DataStreamer
new struct Config
new c-tor that takes a Config object as unique parameter. Previous c-tor
new c-tor that takes a Config object as unique argument. Previous c-tor
are now deprecated.
new interface IMessageHandler
new interface IMessageHandler with method OnNexusMessage
-> see <nexuscpp/nxbuffer.h>
class DatasetWriter
......
......@@ -194,7 +194,7 @@ public:
/// number of data to be stored into one buffer file
std::size_t buffer_size;
/// Target directory dor streamed data
/// Target directory for streamed data
yat::String target_path;
/// Data source root name. data file will ba named using this name followed
......@@ -207,7 +207,7 @@ public:
/// SYNCHRONOUS OR ASYNCHRONOUS writing mode
NexusFileWriter::WriteMode write_mode;
/// Level of compression that depends of the used filter
/// Compresssion filter options
FilterConfig filter_config;
/// Compression filer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment