Soletta™ Framework
|
Defines API that Soletta update modules need to implement. More...
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... | |
Defines API that Soletta update modules need to implement.
#define SOL_UPDATE_API_VERSION (1) |