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
sol-update-modules.h File Reference

Defines API that Soletta update modules need to implement. More...

#include <stdint.h>
#include "sol-update.h"
#include "sol-macros.h"

Go to the source code of this file.

Data Structures

struct  sol_update
 Structure containing function that need to be implemented by Soletta update modules. More...
 

Macros

#define SOL_UPDATE_API_VERSION   (1)
 
#define SOL_UPDATE_DECLARE(_NAME, decl...)
 Helper macro to declare a Soletta update module, so it can be found correctly. More...
 

Typedefs

typedef struct sol_update sol_update
 Structure containing function that need to be implemented by Soletta update modules. More...
 

Detailed Description

Defines API that Soletta update modules need to implement.

Macro Definition Documentation

#define SOL_UPDATE_API_VERSION   (1)