#include <mdevents.h>


Public Member Functions | |
| mdClientBirth () | |
| virtual void | send () const |
Public Attributes | |
| bool | dgDetermined |
| int | mdStdDevIdx |
| md_device | clientType |
| std::string | signature |
| boost::asio::ip::udp::endpoint | ip |
| mdDatagram | dg |
| mdReply | dgr |
Definition at line 12 of file mdevents.h.
| mdClientBirth::mdClientBirth | ( | ) | [inline] |
Definition at line 23 of file mdevents.h.
| virtual void mdClientBirth::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 27 of file mdevents.h.
Definition at line 14 of file mdevents.h.
Definition at line 15 of file mdevents.h.
Definition at line 16 of file mdevents.h.
| std::string mdClientBirth::signature |
Definition at line 17 of file mdevents.h.
| boost::asio::ip::udp::endpoint mdClientBirth::ip |
Definition at line 18 of file mdevents.h.
Definition at line 20 of file mdevents.h.
Definition at line 21 of file mdevents.h.
1.5.6