BeRTOS
|
Simple notifier for the observer/subject pattern (implementation) More...
Go to the source code of this file.
Functions | |
void | observer_Subscribe (Subject *subject, Observer *observer) |
Aggiunge un Observer all'insieme. | |
void | observer_notify (Subject *subject, int event_id, void *param) |
per tutti gli elementi nel set notifica l'evento, chiamando la relativa funzione event |
Simple notifier for the observer/subject pattern (implementation)
Definition in file observer.c.