#include <notifyqueue.h>
Inheritance diagram for CNotifyEventQueue:
Public Member Functions | |
| CNotifyEventQueue (EventListHolder *holder, Snmp *session) | |
| ~CNotifyEventQueue () | |
| int | AddEntry (Snmp *snmp, const OidCollection &trapids, const TargetCollection &targets, const AddressCollection &addresses) |
| CNotifyEvent * | GetEntry (Snmp *snmp) |
| void | DeleteEntry (Snmp *snmp) |
| int | GetNextTimeout (msec &) |
| void | GetFdSets (int &maxfds, fd_set &readfds, fd_set &writefds, fd_set &exceptfds) |
| int | GetCount () |
| int | HandleEvents (const int maxfds, const fd_set &readfds, const fd_set &writefds, const fd_set &exceptfds) |
| int | DoRetries (const msec &) |
| int | Done () |
| int | get_notify_fd () const |
Static Public Member Functions | |
| void | set_listen_port (int port) |
| int | get_listen_port () |
Protected Attributes | |
| CNotifyEventQueueElt | m_head |
| int | m_msgCount |
| int | m_notify_fd |
| EventListHolder * | my_holder |
| Snmp * | m_snmpSession |
Static Protected Attributes | |
| int | m_listen_port |
|
||||||||||||
|
|
|
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
Implements CEvents. Definition at line 168 of file notifyqueue.h. |
|
|
Implements CEvents. Definition at line 166 of file notifyqueue.h. |
|
|
Definition at line 170 of file notifyqueue.h. |
|
|
Definition at line 171 of file notifyqueue.h. |
|
|
Implements CEvents. Definition at line 160 of file notifyqueue.h. |
|
|
|
|
||||||||||||||||||||
|
Implements CEvents. |
|
|
Implements CEvents. Definition at line 155 of file notifyqueue.h. |
|
||||||||||||||||||||
|
Implements CEvents. |
|
|
Definition at line 169 of file notifyqueue.h. |
|
|
Definition at line 199 of file notifyqueue.h. |
|
|
Definition at line 202 of file notifyqueue.h. |
|
|
Definition at line 200 of file notifyqueue.h. |
|
|
Definition at line 201 of file notifyqueue.h. |
|
|
Definition at line 207 of file notifyqueue.h. |
|
|
Definition at line 206 of file notifyqueue.h. |
1.3.2