SatDump 2.0.0-alpha-76a915210
Loading...
Searching...
No Matches
event_bus.h File Reference

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...

Detailed Description

Event bus implementation.