|
Dawn Framework 1.0
Universal data acquisition framework for embedded systems
|
Manages notifier instances for I/O objects. More...
#include <notify_manager.hxx>
Manages notifier instances for I/O objects.
Routes I/O objects to the appropriate notifier instance based on their configured notifier type and priority. Creates notifier instances on demand during initialization.
For poll-based notifiers, I/O objects with the same priority share a single notifier instance (and thread). Different priorities get separate instances.
Definition at line 31 of file notify_manager.hxx.