|
NetBurner 3.5.6
PDF Version |
Configuration object header file. More...
#include <buffers.h>#include <nbstring.h>#include <string.h>#include <utils.h>#include <limits.h>#include <float.h>#include <plat_cfg_types.h>Go to the source code of this file.
Classes | |
| class | config_obj |
| Base class used to create configuration objects. More... | |
| class | config_value |
| Base class used to create a configuration value. More... | |
| class | config_uint |
| Unsigned 32-bit Integer Configuration Variable. More... | |
| class | config_int |
| Signed 32-bit Integer Configuration Variable. More... | |
| class | config_double |
| Double Float Configuration Variable. More... | |
| class | config_bool |
| Boolean Configuration Variable. More... | |
| class | config_string |
| String Configuration Variable. More... | |
| class | config_pass |
| Password string Configuration Variable. More... | |
| class | config_IPADDR4 |
| Configuration Variable for IPADDR4 (IPv4) object types. More... | |
| class | config_IPADDR |
| Configuration Variable for IPADDR (IPv6) object type. More... | |
| class | config_MACADR |
| Configuration Variable for MACADR object type. More... | |
| class | config_chooser |
| Chooser Configuration Variable - Select From a List of Items. More... | |
| class | config_int_limit |
| A config_int with minimum and/or maximum values Attempting to set a value lower than the minimum or greater than the maximum will fail with an error both programmatically and in the Config Web UI. More... | |
| class | config_uint_limit |
| A config_uint with minimum and/or maximum values Attempting to set a value lower than the minimum or greater than the maximum will fail with an error both programmatically and in the Config Web UI. More... | |
| class | config_double_limit |
| A config_double with minimum and/or maximum values Attempting to set a value lower than the minimum or greater than the maximum will fail with an error both programmatically and in the Config Web UI. More... | |
| class | config_string_limit |
| A config_string with minimum and/or maximum lengths Attempting to set a value shorter than the minimum or longer than the maximum will fail with an error both programmatically and in the Config Web UI. More... | |
| class | config_pass_limit |
| A config_pass with minimum and/or maximum lengths Attempting to set a value shorter than the minimum or longer than the maximum will fail with an error both programmatically and in the Config Web UI. More... | |
Functions | |
| void | SaveConfigToStorage () |
| Save configuration to flash storage. | |
| void | OverrideConfig () |
| Create this function to override config settings. | |
Configuration object header file.