Header file for the SensorGroup class. More...
#include <vector>
#include <string>
#include <pses_ucbridge/Communication/parameter.h>
#include <pses_ucbridge/Communication/command.h>
#include <pses_ucbridge/Communication/syntax.h>
#include <boost/range/algorithm/remove_if.hpp>
#include <pses_ucbridge/Communication/base64Decoder.h>
Go to the source code of this file.
Classes | |
struct | Channel |
The Channel class serves as a data struct to store sensor channel parameter. More... | |
class | SensorGroup |
The SensorGroup class builds the syntactic template for its specific command that results from the sensor group definition and parses incoming sensor group data. More... | |
struct | SensorGroupParameter |
The SensorGroupParameter class serves as a data struct to configure SensorGroup objects. More... | |
Typedefs | |
typedef boost::function< void(SensorGroup *)> | responseCallback |
typedef boost::function< void(const std::string &)> | valueErrorCallbackPtr |
Header file for the SensorGroup class.
Definition in file sensorgroup.h.
typedef boost::function<void(SensorGroup*)> responseCallback |
Definition at line 63 of file sensorgroup.h.
typedef boost::function<void(const std::string&)> valueErrorCallbackPtr |
Definition at line 69 of file sensorgroup.h.