Method and parameters to initialize the global configuration. More...
#include "rf_library.h"
Data Fields | |
const char * | addr_and_port |
The IP address or host name of the central blade which the DFE will communicate with, and an optional base port number, separated by a colon. More... | |
const char * | dirname |
The directory in which to locate the JSON configuration file when setting global configuration with RF_GLOBAL_CFG_FROM_DIRECTORY. | |
const char * | json_string |
A stringified JSON representation of an object tree containing the global configuration, used when setting it with RF_GLOBAL_CFG_FROM_JSON_STRING. | |
struct json_t * | json_object |
A JSON object tree containing the global configuration, used when setting it with RF_GLOBAL_CFG_FROM_JSON_OBJECT. | |
Method and parameters to initialize the global configuration.
const char* RF_GLOBAL_CFG_FROM::addr_and_port |
The IP address or host name of the central blade which the DFE will communicate with, and an optional base port number, separated by a colon.
If this is NULL
, then the loopback address 127.0.0.1 and default base port will be used. If an IPv6 address is used, it should be enclosed in square brackets to ensure the final octets are not interpreted as a port, e.g., [::1]:9100.