Elma
An event loop manager for embedded systems
|
#include <iostream>
#include <chrono>
#include "elma.h"
Go to the source code of this file.
Classes | |
class | toggle_switch_example::Trigger |
A process class that sends switch events. See examples/toggle_switch.cc. More... | |
class | toggle_switch_example::Mode |
A generic state class with nothing more than a name. See examples/toggle_switch.cc. More... | |
Functions | |
int | main () |