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=c0bd9cdb8ebd530a1417831c9fa572b06a4ffbe5;hb=870e1b86b0c74169b215c166dee787c7c1a20d06;hp=0000000000000000000000000000000000000000;hpb=298022ce50fa8133cc880507170c4b7120d227b5;p=o-du%2Fphy.git diff --git a/docs/API/structxranlib__decompress__request.html b/docs/API/structxranlib__decompress__request.html new file mode 100644 index 0000000..c0bd9cd --- /dev/null +++ b/docs/API/structxranlib__decompress__request.html @@ -0,0 +1,193 @@ + + + + + + + +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: +
+ + + +