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 | Typedefs | Functions

Soletta flow's runtime inspector. More...

Data Structures

struct  sol_flow_inspector
 Structure containing a set of inspecting routines. More...
 

Typedefs

typedef struct sol_flow_inspector sol_flow_inspector
 Structure containing a set of inspecting routines. More...
 

Functions

bool sol_flow_set_inspector (const struct sol_flow_inspector *inspector)
 Provide a set of inspecting routines to flow's runtime inspector. More...
 

Detailed Description

Soletta flow's runtime inspector.

Typedef Documentation

Structure containing a set of inspecting routines.

This structure is used to setup the inspector with a set of routines that should be called in specific point and actions that happens during the execution of a flow.

Function Documentation

bool sol_flow_set_inspector ( const struct sol_flow_inspector inspector)

Provide a set of inspecting routines to flow's runtime inspector.

Parameters
inspectorA set of Inspector's callbacks
Returns
true on success, false otherwise