MADARA  3.2.3
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;
31  using udp = boost::asio::ip::udp;
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.
Copyright (c) 2015 Carnegie Mellon University.
Thread for reading knowledge updates through a UDP socket.
boost::asio::ip::udp udp