|
Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
Infuse-IoT Algorithm implementation API. More...
Data Structures | |
| struct | algorithm_common_config |
Macros | |
| #define | ALGORITHM_EXPORT(symbol) |
| Export algorithm implementation. | |
Typedefs | |
| typedef void(* | algorithm_run_fn) (const struct zbus_channel *chan) |
| Algorithm implementation. | |
Infuse-IoT Algorithm implementation API.
| #define ALGORITHM_EXPORT | ( | symbol | ) |
#include </__w/infuse-sdk/infuse-sdk/infuse-sdk/include/infuse/algorithms/implementation.h>
Export algorithm implementation.
| symbol | Instance of algorithm_common_config to export |
| typedef void(* algorithm_run_fn) (const struct zbus_channel *chan) |
#include </__w/infuse-sdk/infuse-sdk/infuse-sdk/include/infuse/algorithms/implementation.h>
Algorithm implementation.
| chan | Channel pointer corresponding to zbus_channel in algorithm_runner_common_config. Value is NULL on the very first call to initialise data structures. |