X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2FAPI%2Fdebug_8h.html;fp=docs%2FAPI%2Fdebug_8h.html;h=c4d2f555fa9faf0b66abe650bb99724593e75434;hb=870e1b86b0c74169b215c166dee787c7c1a20d06;hp=0000000000000000000000000000000000000000;hpb=298022ce50fa8133cc880507170c4b7120d227b5;p=o-du%2Fphy.git diff --git a/docs/API/debug_8h.html b/docs/API/debug_8h.html new file mode 100644 index 0000000..c4d2f55 --- /dev/null +++ b/docs/API/debug_8h.html @@ -0,0 +1,319 @@ + + + + + + + +o-du/phy: debug.h File Reference + + + + + + + + + +
+
+ + + + + + +
+
o-du/phy +
+
Intel O-RAN/X-RAN Generated Doxygen Documentation
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+
+Macros | +Functions
+
+
debug.h File Reference
+
+
+
#include <stdio.h>
+#include "config.h"
+
+Include dependency graph for debug.h:
+
+
+ + + + +
+
+This graph shows which files directly or indirectly include this file:
+
+
+ + + +
+
+

Go to the source code of this file.

+ + + + + + + + + + + + + + +

+Macros

#define MAX_FILE_NAME_LEN   (512)
 
#define MAX_PATH_NAME_LEN   (1024)
 
#define log_dbg(fmt, ...)
 
#define log_dbg(fmt, ...)
 
#define log_wrn(fmt, ...)
 
#define log_err(fmt, ...)
 
+ + + +

+Functions

void ShowData (void *ptr, unsigned int size)
 
+

Detailed Description

+
Author
Intel Corporation
+ +

Definition in file debug.h.

+

Macro Definition Documentation

+ +

◆ log_dbg [1/2]

+ +
+
+ + + + + + + + + + + + + + + + + + +
#define log_dbg( fmt,
 ... 
)
+
+ +

Definition at line 54 of file debug.h.

+ +
+
+ +

◆ log_dbg [2/2]

+ +
+
+ + + + + + + + + + + + + + + + + + +
#define log_dbg( fmt,
 ... 
)
+
+ +

Definition at line 54 of file debug.h.

+ +
+
+ +

◆ log_err

+ +
+
+ + + + + + + + + + + + + + + + + + +
#define log_err( fmt,
 ... 
)
+
+Value:
fprintf(stderr, \
"ERROR: %s(%d): " fmt "\n", \
__FILE__, \
__LINE__, ##__VA_ARGS__)
+

Definition at line 59 of file debug.h.

+ +
+
+ +

◆ log_wrn

+ +
+
+ + + + + + + + + + + + + + + + + + +
#define log_wrn( fmt,
 ... 
)
+
+ +

Definition at line 55 of file debug.h.

+ +
+
+ +

◆ MAX_FILE_NAME_LEN

+ +
+
+ + + + +
#define MAX_FILE_NAME_LEN   (512)
+
+ +

Definition at line 33 of file debug.h.

+ +
+
+ +

◆ MAX_PATH_NAME_LEN

+ +
+
+ + + + +
#define MAX_PATH_NAME_LEN   (1024)
+
+ +

Definition at line 34 of file debug.h.

+ +
+
+

Function Documentation

+ +

◆ ShowData()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
void ShowData (void * ptr,
unsigned int size 
)
+
+inline
+
+ +

Definition at line 66 of file debug.h.

+ +
+
+
+ + + +