GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
MbsAPIbase
f_ut_compress.h
Go to the documentation of this file.
1
// $Id: f_ut_compress.h 478 2009-10-29 12:26:09Z linev $
2
//-----------------------------------------------------------------------
3
// The GSI Online Offline Object Oriented (Go4) Project
4
// Experiment Data Processing at EE department, GSI
5
//-----------------------------------------------------------------------
6
// Copyright (C) 2000- GSI Helmholtzzentrum für Schwerionenforschung GmbH
7
// Planckstr. 1, 64291 Darmstadt, Germany
8
// Contact: http://go4.gsi.de
9
//-----------------------------------------------------------------------
10
// This software can be used under the license agreements as stated
11
// in Go4License.txt file which is part of the distribution.
12
//-----------------------------------------------------------------------
13
14
#include "
typedefs.h
"
15
#define COMPR__PATTERN 0x0f0f0f0f
16
typedef
struct
17
{
18
INTU4
l_endian
;
/* set to 1 by creator */
19
INTU4
l_length
;
/* total size [bytes] of compressed buffer */
20
INTU4
l_masks
;
/* number of masks following this header */
21
INTU4
l_full_bytes
;
/* number of bytes needed for uncompressed buffer */
22
INTU4
l_comp_bytes
;
/* number of non zero bytes */
23
INTU4
l_pattern
;
/* COMPR__PATTERN */
24
}
s_compress
;
25
INTS4
f_ut_compr_size
(
INTU1
*,
INTS4
);
26
INTS4
f_ut_compr_zeros
(
INTU1
*,
INTS4
);
27
INTS4
f_ut_compr_pack
(
INTU1
*,
INTS4
,
INTU1
*,
INTS4
);
28
INTS4
f_ut_compr_unpack
(
INTU1
*,
INTU1
*,
INTS4
);
f_ut_compr_zeros
INTS4 f_ut_compr_zeros(INTU1 *, INTS4)
Definition:
f_ut_compress.c:137
s_compress::l_endian
INTU4 l_endian
Definition:
f_ut_compress.h:18
INTU4
unsigned int INTU4
Definition:
typedefs.h:29
f_ut_compr_size
INTS4 f_ut_compr_size(INTU1 *, INTS4)
Definition:
f_ut_compress.c:79
INTS4
int INTS4
Definition:
typedefs.h:28
s_compress::l_pattern
INTU4 l_pattern
Definition:
f_ut_compress.h:23
s_compress::l_full_bytes
INTU4 l_full_bytes
Definition:
f_ut_compress.h:21
INTU1
unsigned char INTU1
Definition:
typedefs.h:25
f_ut_compr_pack
INTS4 f_ut_compr_pack(INTU1 *, INTS4, INTU1 *, INTS4)
Definition:
f_ut_compress.c:228
s_compress::l_length
INTU4 l_length
Definition:
f_ut_compress.h:19
s_compress::l_comp_bytes
INTU4 l_comp_bytes
Definition:
f_ut_compress.h:22
typedefs.h
s_compress::l_masks
INTU4 l_masks
Definition:
f_ut_compress.h:20
s_compress
Definition:
f_ut_compress.h:16
f_ut_compr_unpack
INTS4 f_ut_compr_unpack(INTU1 *, INTU1 *, INTS4)
Definition:
f_ut_compress.c:351
Generated on Fri Oct 26 2018 08:34:53 for GSI Object Oriented Online Offline (Go4) by
1.8.8