Soletta™ Framework
|
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... | |
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.
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).