MADARA  3.4.1
MulticastTransportReadThread.h
Go to the documentation of this file.
1 #ifndef _MADARA_MULTICAST_TRANSPORT_READ_THREAD_H_
2 #define _MADARA_MULTICAST_TRANSPORT_READ_THREAD_H_
3 
12 #include <string>
13 
23 #include "madara/Boost.h"
24 
25 namespace madara
26 {
27 namespace transport
28 {
29 namespace asio = boost::asio;
30 namespace ip = boost::asio::ip;
32 
39 {
40 public:
42 
46  void cleanup(void) override;
47 };
48 }
49 }
50 
51 #endif // _MADARA_MULTICAST_TRANSPORT_READ_THREAD_H_
Thread for reading knowledge updates through a Multicast datagram socket.
void cleanup(void) override
Cleanup function called by thread manager.
Thread for reading knowledge updates through a UDP socket.
boost::asio::ip::udp udp
Copyright(c) 2020 Galois.