X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2FAPI%2Fconfig_8h.html;fp=docs%2FAPI%2Fconfig_8h.html;h=0000000000000000000000000000000000000000;hb=bdbd414e8038630c154ee3c6b8bc9b3aeb954be6;hp=016570bce1d5699d55f83aa593aa18a20fb54a50;hpb=e9403c457453dba780e64af7de9462fad7217aa3;p=o-du%2Fphy.git diff --git a/docs/API/config_8h.html b/docs/API/config_8h.html deleted file mode 100644 index 016570b..0000000 --- a/docs/API/config_8h.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - - -o-du/phy: config.h File Reference - - - - - - - - - -
-
- - - - - - -
-
o-du/phy -
-
Intel O-RAN/X-RAN Generated Doxygen Documentation
-
-
- - - - - - - - -
-
- - -
- -
- - -
-
-
-Data Structures | -Typedefs | -Functions
-
-
config.h File Reference
-
-
-
#include <stdint.h>
-#include <rte_ether.h>
-#include "xran_fh_o_du.h"
-
-Include dependency graph for config.h:
-
-
- - - -
-
-This graph shows which files directly or indirectly include this file:
-
-
- - - - - -
-
-

Go to the source code of this file.

- - - - -

-Data Structures

struct  _RuntimeConfig
 
- - - -

-Typedefs

typedef struct _RuntimeConfig RuntimeConfig
 
- - - -

-Functions

int parseConfigFile (char *filename, RuntimeConfig *config)
 
-

Detailed Description

-
Author
Intel Corporation
- -

Definition in file config.h.

-

Typedef Documentation

- -

◆ RuntimeConfig

- -
-
- - - - -
typedef struct _RuntimeConfig RuntimeConfig
-
-

Run time configuration of application

- -
-
-

Function Documentation

- -

◆ parseConfigFile()

- -
-
- - - - - - - - - - - - - - - - - - -
int parseConfigFile (char * filename,
RuntimeConfigconfig 
)
-
-

Parse application configuration file.

-
Parameters
- - - -
filenameThe name of the configuration file to be parsed.
configThe configuration structure to be filled with parsed data.
-
-
- -

Definition at line 497 of file config.c.

-
-Here is the call graph for this function:
-
-
- - - -
-
-Here is the caller graph for this function:
-
-
- - - -
- -
-
-
- - - -