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_port_description Struct Reference

Struct that describes the meta type ports. More...

#include <sol-flow-metatype.h>

Data Fields

int array_size
 If the port is an array this field should be > 0. More...
 
int idx
 The port index. More...
 
char * name
 The port name. More...
 
char * type
 The port type (int, float, blob and etc). More...
 

Detailed Description

Struct that describes the meta type ports.

This struct is used by the sol_fbp_generator in order to check if the node connections are valid. The sol-fbp-generator will call sol_flow_metatype_ports_description_func() callback in order to obtain an array of input and output ports description.

See Also
sol_flow_metatype_ports_description_func()
sol_flow_metatype_get_ports_description_func()

Field Documentation

int sol_flow_metatype_port_description::array_size

If the port is an array this field should be > 0.

int sol_flow_metatype_port_description::idx

The port index.

char* sol_flow_metatype_port_description::name

The port name.

char* sol_flow_metatype_port_description::type

The port type (int, float, blob and etc).


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