cfg_item_t

A configuration item.

Synopsis:

#include <asr/cfg.h>
 
typedef struct cfg_item cfg_item_t;

Library:

libasr

Description:

This opaque type represtents a configuration item. Configuration items are linked together to form a configuration tree, which represents the contents of a configuration file (e.g., /etc/asr-car.cfg). Each configuration item represents a single value from the configuration file.