#include <compression.h>
|
| typedef std::vector< unsigned char > | BufferStr |
| |
◆ Decode()
| virtual int apollo::localization::msf::ZlibStrategy::Decode |
( |
BufferStr * |
buf, |
|
|
BufferStr * |
buf_uncompressed |
|
) |
| |
|
virtual |
◆ Encode()
| virtual int apollo::localization::msf::ZlibStrategy::Encode |
( |
BufferStr * |
buf, |
|
|
BufferStr * |
buf_compressed |
|
) |
| |
|
virtual |
◆ ZlibCompress()
| int apollo::localization::msf::ZlibStrategy::ZlibCompress |
( |
BufferStr * |
src, |
|
|
BufferStr * |
dst |
|
) |
| |
|
protected |
◆ ZlibUncompress()
| int apollo::localization::msf::ZlibStrategy::ZlibUncompress |
( |
BufferStr * |
src, |
|
|
BufferStr * |
dst |
|
) |
| |
|
protected |
◆ zlib_chunk
| const unsigned int apollo::localization::msf::ZlibStrategy::zlib_chunk |
|
staticprotected |
The documentation for this class was generated from the following file: