X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2FAPI%2Fstructxranlib__decompress__request.html;fp=docs%2FAPI%2Fstructxranlib__decompress__request.html;h=0000000000000000000000000000000000000000;hb=bdbd414e8038630c154ee3c6b8bc9b3aeb954be6;hp=c0bd9cdb8ebd530a1417831c9fa572b06a4ffbe5;hpb=e9403c457453dba780e64af7de9462fad7217aa3;p=o-du%2Fphy.git diff --git a/docs/API/structxranlib__decompress__request.html b/docs/API/structxranlib__decompress__request.html deleted file mode 100644 index c0bd9cd..0000000 --- a/docs/API/structxranlib__decompress__request.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - - -o-du/phy: xranlib_decompress_request Struct Reference - - - - - - - - - -
-
- - - - - - -
-
o-du/phy -
-
Intel O-RAN/X-RAN Generated Doxygen Documentation
-
-
- - - - - - - - -
-
- - -
- -
- -
-
-
-Data Fields
-
-
xranlib_decompress_request Struct Reference
-
-
- -

Request structure containing pointer to data and its length. - More...

- -

#include <xran_compression.h>

-
-Collaboration diagram for xranlib_decompress_request:
-
-
Collaboration graph
-
- - - - - - - - - - - - -

-Data Fields

int8_t * data_in
 
int16_t numRBs
 
int16_t compMethod
 
int16_t iqWidth
 
int32_t len
 
-

Detailed Description

-

Request structure containing pointer to data and its length.

- -

Definition at line 59 of file xran_compression.h.

-

Field Documentation

- -

◆ compMethod

- -
-
- - - - -
int16_t compMethod
-
-

Compression method

- -

Definition at line 62 of file xran_compression.h.

- -
-
- -

◆ data_in

- -
-
- - - - -
int8_t* data_in
-
-

Pointer to data to decompress.

- -

Definition at line 60 of file xran_compression.h.

- -
-
- -

◆ iqWidth

- -
-
- - - - -
int16_t iqWidth
-
-

Bit size

- -

Definition at line 63 of file xran_compression.h.

- -
-
- -

◆ len

- -
-
- - - - -
int32_t len
-
-

Length of input data.

- -

Definition at line 65 of file xran_compression.h.

- -
-
- -

◆ numRBs

- -
-
- - - - -
int16_t numRBs
-
-

numRBs

- -

Definition at line 61 of file xran_compression.h.

- -
-
-
The documentation for this struct was generated from the following file: -
- - - -