|
MIRA
|
Service that is used to discover other running frameworks in the same network using multicast on. More...
#include <fw/DiscoverService.h>
Classes | |
| struct | AnnounceMessage |
Public Member Functions | |
| DiscoverService () | |
| void | startReceive () |
| void | handleReceive (const boost::system::error_code &error, std::size_t bytesReceived) |
| void | stop () |
Protected Attributes | |
| IOService | mService |
| boost::asio::ip::udp::socket | mSocket |
| boost::asio::ip::udp::endpoint | mEndpoint |
| boost::asio::ip::udp::endpoint | mSenderEndpoint |
| boost::asio::ip::address | mMulticastAddress |
| AnnounceMessage | mInfo |
Service that is used to discover other running frameworks in the same network using multicast on.
| DiscoverService | ( | ) |
| void startReceive | ( | ) |
| void handleReceive | ( | const boost::system::error_code & | error, |
| std::size_t | bytesReceived | ||
| ) |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
1.8.14