Header file for the ReadingThread class. More...
#include <string>
#include <queue>
#include <pses_ucbridge/Communication/communicationconfig.h>
#include <pses_ucbridge/Communication/communicationthread.h>
#include <pses_ucbridge/Communication/threaddispatcher.h>
#include <boost/range/algorithm/remove_if.hpp>
Go to the source code of this file.
Classes | |
class | ReadingThread |
The ReadingThread class implements threadded polling of the serial input buffer. More... | |
Typedefs | |
typedef boost::function< void(const std::string &)> | errorCallbackPtr |
Header file for the ReadingThread class.
Definition in file readingthread.h.
typedef boost::function<void(const std::string&)> errorCallbackPtr |
Definition at line 24 of file readingthread.h.