SatDump 2.0.0-alpha-76a915210
|
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.