|
SatDump 2.0.0-alpha-520736c72
|
Event bus implementation. More...
#include <functional>#include <string>#include <typeinfo>#include <vector>Go to the source code of this file.
Classes | |
| class | satdump::EventBus |
| Very simple event bus implementation using std::function and typeid. All this does is fire any registered handler when called. More... | |
Event bus implementation.