#include <brisamulticasteventreceiver.h>
Signals | |
| void | multicastReceived (QMap< QString, QString > attributes) |
Public Member Functions | |
| BrisaMulticastEventReceiver (QObject *parent=0) | |
| virtual | ~BrisaMulticastEventReceiver () |
| void | start () |
Definition at line 11 of file brisamulticasteventreceiver.h.
| BrisaMulticastEventReceiver::BrisaMulticastEventReceiver | ( | QObject * | parent = 0 |
) |
Constructor.
| parent | parent |
Definition at line 3 of file brisamulticasteventreceiver.cpp.
| BrisaMulticastEventReceiver::~BrisaMulticastEventReceiver | ( | ) | [virtual] |
Destructor
Definition at line 12 of file brisamulticasteventreceiver.cpp.
| void BrisaMulticastEventReceiver::multicastReceived | ( | QMap< QString, QString > | attributes | ) | [signal] |
Signal emitted when a multicast message is received and fully formatted.
| attributes | QMap containing the attributes of the message, including the variable name ("variableName") and the new value ("newValue"). |
Definition at line 89 of file moc_brisamulticasteventreceiver.cpp.
| void BrisaMulticastEventReceiver::start | ( | ) |
Starts receiving the multicast events.
Definition at line 17 of file brisamulticasteventreceiver.cpp.
1.6.3