ecat
6.0.0
compress.h
Go to the documentation of this file.
1
#ifndef compress_h
2
#define compress_h
3
4
#include <
ecat/kernel/matrix.h
>
5
6
#if defined(__cplusplus)
7
extern
"C"
8
{
9
#endif
10
int
compress
(
MatrixData
*data,
int
data_type,
char
* z_data,
int
method);
11
int
uncompress
(
char
* z_data,
int
size,
MatrixData
* matrix_data,
int
type);
12
#if defined(__cplusplus)
13
}
14
#endif
/* __cplusplus */
15
16
#endif
/* compress_h */
uncompress
int uncompress(char *z_data, int size, MatrixData *matrix_data, int type)
compress
int compress(MatrixData *data, int data_type, char *z_data, int method)
matrix.h
MatrixData
struct matrixdata MatrixData
ecat
lib_compress
compress.h
Generated by
1.13.2