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-inspector.h File Reference

These routines are used for Soletta flow's runtime inspector. More...

#include <stdint.h>
#include "sol-flow-packet.h"

Go to the source code of this file.

Data Structures

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

Macros

#define SOL_FLOW_INSPECTOR_API_VERSION   (1)
 

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

These routines are used for Soletta flow's runtime inspector.

Macro Definition Documentation

#define SOL_FLOW_INSPECTOR_API_VERSION   (1)