Soletta machine learning
Machine learning for IoT devices
 All Data Structures Files Functions Typedefs Enumerations Enumerator Groups Pages
Functions
sml_main_loop.h File Reference
#include <stdbool.h>
#include <sml.h>

Go to the source code of this file.

Functions

int sml_main_loop_init (void)
 Init the SML mainloop. More...
 
void sml_main_loop_quit (void)
 Stops the SML mainloop. More...
 
void sml_main_loop_run (void)
 Start the SML mainloop. More...
 
int sml_main_loop_schedule_sml_process (struct sml_object *sml, unsigned int timeout)
 Schedule a timer to call sml_process automatically. More...
 
void sml_main_loop_shutdown (void)
 Clean up the SML mainloop. More...
 
bool sml_main_loop_unschedule_sml_process (int sml_timeout_id)
 Unschedule the SML mainloop. More...