#include <condition_variable>#include <cstddef>#include <cstdint>#include <functional>#include <list>#include <mutex>#include <thread>#include <boost/asio.hpp>#include <boost/function.hpp>

Go to the source code of this file.
Classes | |
| class | async_comm::Comm |
| Abstract base class for an asynchronous communication port. More... | |
| struct | async_comm::Comm::ReadBuffer |
| struct | async_comm::Comm::WriteBuffer |
Namespaces | |
| async_comm | |
Definition in file comm.h.