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=0000000000000000000000000000000000000000;hb=bdbd414e8038630c154ee3c6b8bc9b3aeb954be6;hp=c4d2f555fa9faf0b66abe650bb99724593e75434;hpb=e9403c457453dba780e64af7de9462fad7217aa3;p=o-du%2Fphy.git diff --git a/docs/API/debug_8h.html b/docs/API/debug_8h.html deleted file mode 100644 index c4d2f55..0000000 --- a/docs/API/debug_8h.html +++ /dev/null @@ -1,319 +0,0 @@ - - - - - - - -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.

- -
-
-
- - - -