EM-ODP
3.7.0
Event Machine on ODP
|
#include <event_machine_types.h>
Data Fields | |
em_event_t | event |
em_queue_t | queue |
em_event_group_t | egroup |
Notification
A notification structure allows the user to define a notification event and a destination queue with an optional event group. EM will notify the user by sending the event into the given queue.
The egroup-field defines an optional event group for this notification. The used event group has to exist and be initialized. Use value EM_EVENT_GROUP_UNDEF for normal operation (API 1.0 functionality), i.e. notification is not sent to a group. egroup should not be the originating group, i.e. should not be sent back to the group.
Definition at line 268 of file event_machine_types.h.
em_event_group_t em_notif_t::egroup |
Event group for this event
Definition at line 271 of file event_machine_types.h.
em_event_t em_notif_t::event |
User defined notification event
Definition at line 269 of file event_machine_types.h.
em_queue_t em_notif_t::queue |
Destination queue
Definition at line 270 of file event_machine_types.h.