16 #ifndef __MULTICAST_RECEIVER_H__ 17 #define __MULTICAST_RECEIVER_H__ 41 const std::string receiver_address);
93 #endif // __MULTICAST_RECEIVER_H__ ~MulticastReceiver()
Destroy the Multicast Receiver object.
void set_multicast_address(const std::string multicast_address)
Set the multicast address.
Receiver class using UDP in multicast mode.
MulticastReceiver(const std::string multicast_address, const short multicast_port, const std::string receiver_address)
Construct a new Multicast Receiver object.
boost::asio::ip::address multicast_address
Receiver class using UDP.
void close_socket()
Close the socket.
void open_socket()
Open the socket with the desired options.