#include <condition_variable>
#include <cstddef>
#include <cstdint>
#include <functional>
#include <list>
#include <mutex>
#include <thread>
#include <boost/asio.hpp>
#include <boost/function.hpp>
#include <async_comm/message_handler.h>
Go to the source code of this file.
Classes | |
class | async_comm::Comm |
Abstract base class for an asynchronous communication port. More... | |
class | async_comm::CommListener |
Abstract base class for getting comm events via a listener interface. More... | |
struct | async_comm::Comm::ReadBuffer |
struct | async_comm::Comm::WriteBuffer |
Namespaces | |
async_comm | |
Definition in file comm.h.