Soletta™ Framework
Framework for making IoT devices

Full online documentation | C API Index
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
sol_flow_metatype_option_description Struct Reference

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...
 

Detailed Description

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.

See Also
sol_flow_metatype_options_description_func()
sol_flow_metatype_get_options_description_func()

Field Documentation

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.


The documentation for this struct was generated from the following file: