BeRTOS
Data Fields
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.
DNotifiertarget
 Target of the filter.
update_filter_ptr update
 Update function called by the source dnotifier.
const DFilterMapmap
 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 82 of file dnotifier.h.


The documentation for this struct was generated from the following file: