Soletta™ Framework
|
These routines are used for Soletta flow language's .conf file entries resolving. More...
Go to the source code of this file.
Data Structures | |
struct | sol_flow_resolver |
Resolver's structure. More... | |
Macros | |
#define | SOL_FLOW_RESOLVER_API_VERSION (1) |
Current API version number. More... | |
Typedefs | |
typedef struct sol_flow_resolver | sol_flow_resolver |
Resolver's structure. More... | |
Functions | |
const struct sol_flow_resolver * | sol_flow_get_builtins_resolver (void) |
Resolver for built-in node types. More... | |
const struct sol_flow_resolver * | sol_flow_get_default_resolver (void) |
The default resolver set at compile time. More... | |
int | sol_flow_resolve (const struct sol_flow_resolver *resolver, const char *id, const struct sol_flow_node_type **type, struct sol_flow_node_named_options *named_opts) |
Function used to resolve id into a node type. More... | |
These routines are used for Soletta flow language's .conf file entries resolving.
#define SOL_FLOW_RESOLVER_API_VERSION (1) |
Current API version number.