Commit bfe7f80e authored by Andrea Bulgarelli's avatar Andrea Bulgarelli
Browse files

Release v4.3.0

parent 9c1f3f96
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
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
−1 B (41.9 KiB)

File changed.

No diff preview for this file type.

+1 −1
Original line number Diff line number Diff line
@@ -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