#include <mdevents.h>


Public Member Functions | |
| mdResponse (mdDGChannel *c, udp::endpoint ep) | |
| virtual void | send () const |
Public Attributes | |
| int | mdStdDevIdx |
| md_dispatch_category | dCat |
| mdDGChannel * | bus |
| mdReply | reply |
| boost::asio::ip::udp::endpoint | ip |
Definition at line 59 of file mdevents.h.
| mdResponse::mdResponse | ( | mdDGChannel * | c, | |
| udp::endpoint | ep | |||
| ) | [inline] |
Definition at line 68 of file mdevents.h.
| virtual void mdResponse::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 71 of file mdevents.h.
Definition at line 61 of file mdevents.h.
Definition at line 63 of file mdevents.h.
Definition at line 64 of file mdevents.h.
Definition at line 65 of file mdevents.h.
| boost::asio::ip::udp::endpoint mdResponse::ip |
Definition at line 66 of file mdevents.h.
1.5.6