Skip to content
Snippets Groups Projects
Commit bfe7f80e authored by Andrea Bulgarelli's avatar Andrea Bulgarelli
Browse files

Release v4.3.0

parent 9c1f3f96
No related branches found
No related tags found
No related merge requests found
2014-07-17 Andrea Bulgarelli <bulgarelli@iasfbo.inaf.it>
TAG v4.3.0
+ added exception generation if LZ4 decompression has problems
+ removed Packet::decompressData. Now Packet::getData() performs the decompression operation in a transparent way
2014-07-14 Andrea Bulgarelli <bulgarelli@iasfbo.inaf.it>, Andrea Zoli <zoli@iasfbo.inaf.it>
TAG v4.2.0
+ Generating stream file in the same path of the xml
......
......@@ -84,7 +84,7 @@ public:
///\post the variable part of the "source data field" is compressed and should be sent or stored
virtual ByteStreamPtr compressData(enum CompressionAlgorithms compressionAlgorithm, byte compressionLevel);
///\return Get the the variable part of the source data field as a ByteStream that contains the data and decompress (if compressed) them without changing the packet (the variable part of the "source data field")
///Get the the variable part of the source data field as a ByteStream that contains the data and decompress (if compressed) them without changing the packet (the variable part of the "source data field")
virtual ByteStreamPtr getData();
///Get the compression algorithm used for this packet
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment