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=016570bce1d5699d55f83aa593aa18a20fb54a50;hb=870e1b86b0c74169b215c166dee787c7c1a20d06;hp=0000000000000000000000000000000000000000;hpb=298022ce50fa8133cc880507170c4b7120d227b5;p=o-du%2Fphy.git diff --git a/docs/API/config_8h.html b/docs/API/config_8h.html new file mode 100644 index 0000000..016570b --- /dev/null +++ b/docs/API/config_8h.html @@ -0,0 +1,196 @@ + + + + + + + +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:
+
+
+ + + +
+ +
+
+
+ + + +