DFilter Struct Reference
A filter is an interface between two notifier. More...
#include <dnotifier.h>
Data Fields | |
| Node | link |
| Allow creating a list of dfilter objects. | |
| DNotifier * | target |
| Target of the filter. | |
| update_filter_ptr | update |
| Update function called by the source dnotifier. | |
| const DFilterMap * | map |
| Map for translating messages for target. | |
Detailed Description
A filter is an interface between two notifier.It can translate messages between them through a map (if it is not null).
Definition at line 83 of file dnotifier.h.
The documentation for this struct was generated from the following file:
