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 | driving_example::Car |
Example: Another car simulation process. See examples/driving.cc. More... | |
class | driving_example::CruiseControl |
Example: A cruise controller for a Car process. See examples/driving.cc. More... | |
class | driving_example::Driver |
Example: A simulated driver, who keeps cycling between 50 and 60 kph. See examples/driving.cc. More... | |
Functions | |
int | main () |