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

Structure for the specification of a node. More...

#include <sol-flow-static.h>

Data Fields

const char * name
 Name for the specific type's instance. More...
 
const struct
sol_flow_node_options
opts
 Options for the specific type's instance. More...
 
const struct sol_flow_node_typetype
 Node type. More...
 

Detailed Description

Structure for the specification of a node.

Examples:
/src/samples/flow/c-api/lowlevel.c.

Field Documentation

const char* sol_flow_static_node_spec::name

Name for the specific type's instance.

const struct sol_flow_node_options* sol_flow_static_node_spec::opts

Options for the specific type's instance.

const struct sol_flow_node_type* sol_flow_static_node_spec::type

Node type.

Examples:
/src/samples/flow/c-api/lowlevel.c.

Referenced by startup().


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