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 Structures | Macros | Typedefs | Functions
sol-flow-resolver.h File Reference

These routines are used for Soletta flow language's .conf file entries resolving. More...

#include <stdio.h>
#include "sol-flow.h"

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_resolversol_flow_get_builtins_resolver (void)
 Resolver for built-in node types. More...
 
const struct sol_flow_resolversol_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...
 

Detailed Description

These routines are used for Soletta flow language's .conf file entries resolving.

Macro Definition Documentation

#define SOL_FLOW_RESOLVER_API_VERSION   (1)

Current API version number.