BeRTOS
|
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. |
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 82 of file dnotifier.h.