X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2FAPI%2Fstructxranlib__compress__request.html;fp=docs%2FAPI%2Fstructxranlib__compress__request.html;h=94e0f4fa8c210c0a93a65f523fe2b2052ab11613;hb=870e1b86b0c74169b215c166dee787c7c1a20d06;hp=0000000000000000000000000000000000000000;hpb=298022ce50fa8133cc880507170c4b7120d227b5;p=o-du%2Fphy.git diff --git a/docs/API/structxranlib__compress__request.html b/docs/API/structxranlib__compress__request.html new file mode 100644 index 0000000..94e0f4f --- /dev/null +++ b/docs/API/structxranlib__compress__request.html @@ -0,0 +1,193 @@ + + + + + + + +o-du/phy: xranlib_compress_request Struct Reference + + + + + + + + + +
+
+ + + + + + +
+
o-du/phy +
+
Intel O-RAN/X-RAN Generated Doxygen Documentation
+
+
+ + + + + + + + +
+
+ + +
+ +
+ +
+
+
+Data Fields
+
+
xranlib_compress_request Struct Reference
+
+
+ +

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

+ +

#include <xran_compression.h>

+
+Collaboration diagram for xranlib_compress_request:
+
+
Collaboration graph
+
+ + + + + + + + + + + + +

+Data Fields

int16_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 37 of file xran_compression.h.

+

Field Documentation

+ +

◆ compMethod

+ +
+
+ + + + +
int16_t compMethod
+
+

Compression method

+ +

Definition at line 40 of file xran_compression.h.

+ +
+
+ +

◆ data_in

+ +
+
+ + + + +
int16_t* data_in
+
+

Pointer to data to compress.

+ +

Definition at line 38 of file xran_compression.h.

+ +
+
+ +

◆ iqWidth

+ +
+
+ + + + +
int16_t iqWidth
+
+

Bit size

+ +

Definition at line 41 of file xran_compression.h.

+ +
+
+ +

◆ len

+ +
+
+ + + + +
int32_t len
+
+

Length of input buffer in bytes

+ +

Definition at line 42 of file xran_compression.h.

+ +
+
+ +

◆ numRBs

+ +
+
+ + + + +
int16_t numRBs
+
+

numRBs

+ +

Definition at line 39 of file xran_compression.h.

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