#include <mdevents.h>


Public Member Functions | |
| mdIncoming (mdDGChannel *bus) | |
| virtual void | send () const |
Public Attributes | |
| mdDatagram | dg |
| boost::asio::ip::udp::endpoint | ip |
Definition at line 42 of file mdevents.h.
| mdIncoming::mdIncoming | ( | mdDGChannel * | bus | ) | [inline] |
Definition at line 48 of file mdevents.h.
| virtual void mdIncoming::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 50 of file mdevents.h.
Definition at line 45 of file mdevents.h.
| boost::asio::ip::udp::endpoint mdIncoming::ip |
Definition at line 46 of file mdevents.h.
1.5.6