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

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

+ +

#include <xran_compression.h>

+
+Collaboration diagram for xranlib_decompress_response:
+
+
Collaboration graph
+
+ + + + + + +

+Data Fields

int16_t * data_out
 
int32_t len
 
+

Detailed Description

+

Response structure containing pointer to data and its length.

+ +

Definition at line 72 of file xran_compression.h.

+

Field Documentation

+ +

◆ data_out

+ +
+
+ + + + +
int16_t* data_out
+
+

Pointer to data after decompression.

+ +

Definition at line 73 of file xran_compression.h.

+ +
+
+ +

◆ len

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

Length of output data.

+ +

Definition at line 75 of file xran_compression.h.

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