(Library related) This defines the options to a node, eg: how to configure it.
More...
#include <lib_utils.h>
|
|
OPTION_TYPE | type = OPTION_TYPE_UNDEFINED |
| | The type of the option - i.e. integer, string, etc.
|
| |
|
string | name |
| | The parameters variable name.
|
| |
|
string | option_prompt |
| | A prompt to be used if the user is asked to specify the param.
|
| |
|
string | short_description |
| | A short description of what the parameter is.
|
| |
(Library related) This defines the options to a node, eg: how to configure it.