BeRTOS
|
Base object for receive and forward messages. More...
#include <dnotifier.h>
Data Fields | |
update_func_ptr | update |
Receive new attributes from other notifiers. | |
List | targets |
List of target notifiers to set new attributes to. |
Base object for receive and forward messages.
It contains an update function used to update itslef and a list to notify other DNotifer eventually connected.
Definition at line 58 of file dnotifier.h.