Soletta™ Framework
|
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... | |
Soletta flow's runtime inspector.
typedef struct sol_flow_inspector sol_flow_inspector |
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.
bool sol_flow_set_inspector | ( | const struct sol_flow_inspector * | inspector | ) |
Provide a set of inspecting routines to flow's runtime inspector.
inspector | A set of Inspector's callbacks |
true
on success, false
otherwise