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

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

- -

#include <xran_compression.h>

-
-Collaboration diagram for xranlib_compress_response:
-
-
Collaboration graph
-
- - - - - - -

-Data Fields

int8_t * data_out
 
int32_t len
 
-

Detailed Description

-

Response structure containing pointer to data and its length.

- -

Definition at line 49 of file xran_compression.h.

-

Field Documentation

- -

◆ data_out

- -
-
- - - - -
int8_t* data_out
-
-

Pointer to data after compression.

- -

Definition at line 50 of file xran_compression.h.

- -
-
- -

◆ len

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

Length of output data.

- -

Definition at line 52 of file xran_compression.h.

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