#include <yarp/dev/RGBDSensorParamParser.h>
Public Member Functions | |
RGBDParam () | |
RGBDParam, default constructor. More... | |
RGBDParam (const std::string &_name, const int _size) | |
RGBDParam. More... | |
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 39 of file RGBDSensorParamParser.h.
|
inline |
RGBDParam, default constructor.
Definition at line 44 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 54 of file RGBDSensorParamParser.h.
bool yarp::dev::RGBDSensorParamParser::RGBDParam::isDescription |
Definition at line 63 of file RGBDSensorParamParser.h.
bool yarp::dev::RGBDSensorParamParser::RGBDParam::isSetting |
Definition at line 62 of file RGBDSensorParamParser.h.
std::string yarp::dev::RGBDSensorParamParser::RGBDParam::name |
Definition at line 61 of file RGBDSensorParamParser.h.
size_t yarp::dev::RGBDSensorParamParser::RGBDParam::size |
Definition at line 64 of file RGBDSensorParamParser.h.
std::vector<yarp::os::Value> yarp::dev::RGBDSensorParamParser::RGBDParam::val |
Definition at line 66 of file RGBDSensorParamParser.h.