#include <yarp/dev/RGBDSensorParamParser.h>
Public Member Functions | |
RGBDParam () | |
RGBDParam, default constructor. | |
RGBDParam (const std::string &_name, const int _size) | |
RGBDParam. | |
Public Attributes | |
std::string | name |
bool | isSetting |
bool | isDescription |
size_t | size |
std::vector< yarp::os::Value > | val |
The RGBDParam struct.
A RGBD param has a name, can be a setting or a description for/of the RGBD device. The value(s) is stored in ad vector of yarp::os::Value.
Definition at line 35 of file RGBDSensorParamParser.h.
|
inline |
RGBDParam, default constructor.
Definition at line 40 of file RGBDSensorParamParser.h.
|
inline |
_name,name | of the parameter. |
_size,dimension | of the parameter (e.g. the resolution is represented by 2 values). |
Definition at line 50 of file RGBDSensorParamParser.h.
bool yarp::dev::RGBDSensorParamParser::RGBDParam::isDescription |
Definition at line 59 of file RGBDSensorParamParser.h.
bool yarp::dev::RGBDSensorParamParser::RGBDParam::isSetting |
Definition at line 58 of file RGBDSensorParamParser.h.
std::string yarp::dev::RGBDSensorParamParser::RGBDParam::name |
Definition at line 57 of file RGBDSensorParamParser.h.
size_t yarp::dev::RGBDSensorParamParser::RGBDParam::size |
Definition at line 60 of file RGBDSensorParamParser.h.
std::vector<yarp::os::Value> yarp::dev::RGBDSensorParamParser::RGBDParam::val |
Definition at line 62 of file RGBDSensorParamParser.h.