RDK Documentation (Open Sourced RDK Components)
|
Go to the source code of this file.
Functions | |
const char * | rdk_logger_envGet (const char *name) |
This function will get value of the specified environment variable. More... | |
int | rdk_logger_envGetNum (const char *mod) |
Function will give the registered number of the specified environment variable. More... | |
const char * | rdk_logger_envGetValueFromNum (int number) |
This function is used to get the value of the specified environment variable based on its registered number. More... | |
const char * | rdk_logger_envGetModFromNum (int Num) |
This function is used to get the name of the specified environment variable based on its registered number. More... | |
rdk_Error | rdk_logger_env_add_conf_file (const char *path) |
This Function sets up the environment variable cache by parsing configuration file and adding each name/value pairs to the list. More... | |
The header file provides RDK Utils APIs.
Definition in file rdk_utils.h.