#include <cdEvents.h>


Public Member Functions | |
| cdHeartbeat () | |
| ~cdHeartbeat () | |
| virtual void | send () const |
Public Attributes | |
| mdDatagram | dg |
| mdReply | dgr |
Definition at line 1 of file cdEvents.h.
| cdHeartbeat::cdHeartbeat | ( | ) | [inline] |
Definition at line 7 of file cdEvents.h.
| cdHeartbeat::~cdHeartbeat | ( | ) | [inline] |
Definition at line 15 of file cdEvents.h.
| virtual void cdHeartbeat::send | ( | ) | const [inline, virtual] |
Causes this event to be sent out to all listeners. The subclass must provide an override so the event can be used polymorphically. This allows you to have a container of PolymorphEvent's of unknown concrete types, e.g. to queue events of different types.
Implements PolymorphEvent.
Definition at line 16 of file cdEvents.h.
Definition at line 4 of file cdEvents.h.
Definition at line 5 of file cdEvents.h.
1.5.6