Soletta™ Framework
|
Node options are a set of attributes defined by the Node Type that can change the behavior of a Node. More...
#include <sol-flow.h>
Data Fields | |
uint16_t | api_version |
Must match SOL_FLOW_NODE_OPTIONS_API_VERSION at runtime. More... | |
uint16_t | sub_api |
To version each subclass. More... | |
Node options are a set of attributes defined by the Node Type that can change the behavior of a Node.
uint16_t sol_flow_node_options::api_version |
Must match SOL_FLOW_NODE_OPTIONS_API_VERSION at runtime.
Referenced by startup().
uint16_t sol_flow_node_options::sub_api |
To version each subclass.
Referenced by mytype_func().