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

Defines 64-bit complex structure; both real part and image part have 32 bit width. + More...

+ +

#include <common_typedef_xran.h>

+
+Collaboration diagram for complex_int32_t:
+
+
Collaboration graph
+
+ + + + + + +

+Data Fields

int32_t re
 
int32_t im
 
+

Detailed Description

+

Defines 64-bit complex structure; both real part and image part have 32 bit width.

+ +

Definition at line 56 of file common_typedef_xran.h.

+

Field Documentation

+ +

◆ im

+ +
+
+ + + + +
int32_t im
+
+

32-bit image part

+ +

Definition at line 58 of file common_typedef_xran.h.

+ +
+
+ +

◆ re

+ +
+
+ + + + +
int32_t re
+
+

32-bit real part

+ +

Definition at line 57 of file common_typedef_xran.h.

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