YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
yarp::dev::RGBDSensorParamParser::RGBDParam Struct Reference

The RGBDParam struct. More...

#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::Valueval
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ RGBDParam() [1/2]

yarp::dev::RGBDSensorParamParser::RGBDParam::RGBDParam ( )
inline

RGBDParam, default constructor.

Definition at line 40 of file RGBDSensorParamParser.h.

◆ RGBDParam() [2/2]

yarp::dev::RGBDSensorParamParser::RGBDParam::RGBDParam ( const std::string &  _name,
const int  _size 
)
inline

RGBDParam.

Parameters
_name,nameof the parameter.
_size,dimensionof the parameter (e.g. the resolution is represented by 2 values).

Definition at line 50 of file RGBDSensorParamParser.h.

Member Data Documentation

◆ isDescription

bool yarp::dev::RGBDSensorParamParser::RGBDParam::isDescription

Definition at line 59 of file RGBDSensorParamParser.h.

◆ isSetting

bool yarp::dev::RGBDSensorParamParser::RGBDParam::isSetting

Definition at line 58 of file RGBDSensorParamParser.h.

◆ name

std::string yarp::dev::RGBDSensorParamParser::RGBDParam::name

Definition at line 57 of file RGBDSensorParamParser.h.

◆ size

size_t yarp::dev::RGBDSensorParamParser::RGBDParam::size

Definition at line 60 of file RGBDSensorParamParser.h.

◆ val

std::vector<yarp::os::Value> yarp::dev::RGBDSensorParamParser::RGBDParam::val

Definition at line 62 of file RGBDSensorParamParser.h.


The documentation for this struct was generated from the following file: