Class found to work with asyncronous Serial communications (). More...
#include <vector>
#include <boost/asio.hpp>
#include <boost/bind.hpp>
#include <boost/thread.hpp>
#include <boost/utility.hpp>
#include <boost/function.hpp>
#include <boost/shared_array.hpp>
Go to the source code of this file.
Classes | |
class | AsyncSerial |
Asyncronous serial class Asyncronous serial class. Intended to be a base class. More... | |
class | CallbackAsyncSerial |
Asynchronous serial class with read callback Asynchronous serial class with read callback. User code can write data from one thread, and read data will be reported through a callback called from a separate thred. More... |
Class found to work with asyncronous Serial communications ().
Definition in file AsyncSerial.h.