#include <lz4.h>
#include <ros/macros.h>
Go to the source code of this file.
◆ ROSLZ4S_DECL
◆ roslz4_blockSizeFromIndex()
◆ roslz4_buffToBuffCompress()
ROSLZ4S_DECL int roslz4_buffToBuffCompress |
( |
char * |
input, |
|
|
unsigned int |
input_size, |
|
|
char * |
output, |
|
|
unsigned int * |
output_size, |
|
|
int |
block_size_id |
|
) |
| |
◆ roslz4_buffToBuffDecompress()
ROSLZ4S_DECL int roslz4_buffToBuffDecompress |
( |
char * |
input, |
|
|
unsigned int |
input_size, |
|
|
char * |
output, |
|
|
unsigned int * |
output_size |
|
) |
| |
◆ roslz4_compress()
◆ roslz4_compressEnd()
◆ roslz4_compressStart()
◆ roslz4_decompress()
◆ roslz4_decompressEnd()
◆ roslz4_decompressStart()
◆ ROSLZ4_DATA_ERROR
const int ROSLZ4_DATA_ERROR = -3 |
◆ ROSLZ4_ERROR
const int ROSLZ4_ERROR = -1 |
◆ ROSLZ4_FINISH
const int ROSLZ4_FINISH = 1 |
◆ ROSLZ4_MEMORY_ERROR
const int ROSLZ4_MEMORY_ERROR = -5 |
◆ ROSLZ4_OK
◆ ROSLZ4_OUTPUT_SMALL
const int ROSLZ4_OUTPUT_SMALL = -2 |
◆ ROSLZ4_PARAM_ERROR
const int ROSLZ4_PARAM_ERROR = -4 |
◆ ROSLZ4_RUN
◆ ROSLZ4_STREAM_END
const int ROSLZ4_STREAM_END = 2 |