Header file for the SensorGroupThread class. More...
#include <string>
#include <queue>
#include <pses_ucbridge/Communication/communicationthread.h>
#include <pses_ucbridge/Communication/threaddispatcher.h>
#include <pses_ucbridge/Communication/sensorgroup.h>
#include <boost/range/algorithm/remove_if.hpp>
#include <boost/algorithm/string/trim.hpp>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | SensorGroupThread |
The SensorGroupThread class implements functionality to extract the group identifier of an incoming sensor group message and starts the parsing function of the correct SensorGroup object. More... | |
Typedefs | |
typedef boost::function< void(const std::string &)> | errorCallbackPtr |
Header file for the SensorGroupThread class.
Definition in file sensorgroupthread.h.
typedef boost::function<void(const std::string&)> errorCallbackPtr |
Definition at line 26 of file sensorgroupthread.h.