functional-dag
Loading...
Searching...
No Matches
fn_dag::option_spec Struct Reference

(Library related) This defines the options to a node, eg: how to configure it. More...

#include <lib_utils.h>

Public Attributes

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.
 

Detailed Description

(Library related) This defines the options to a node, eg: how to configure it.