Soletta™ Framework
|
Struct that describes the meta type options. More...
#include <sol-flow-metatype.h>
Data Fields | |
char * | data_type |
The option type (int, float, blob and etc). More... | |
char * | name |
The option name. More... | |
Struct that describes the meta type options.
This struct is used by the sol_fbp_generator in order to check if the node options are correct. The sol-fbp-generator will call sol_flow_metatype_options_description_func() callback in order to obtain an array of options description.
char* sol_flow_metatype_option_description::data_type |
The option type (int, float, blob and etc).
char* sol_flow_metatype_option_description::name |
The option name.