#include <sr_real_tactile_sensor.hpp>

| Public Member Functions | |
| virtual double | get_touch_data () | 
| SrRealTactileSensor (std::string name, std::string touch_name) | |
| virtual | ~SrRealTactileSensor () | 
| Private Attributes | |
| int | res_touch | 
| struct sensor | sensor_touch | 
Definition at line 43 of file sr_real_tactile_sensor.hpp.
| shadowrobot::SrRealTactileSensor::SrRealTactileSensor | ( | std::string | name, | 
| std::string | touch_name | ||
| ) | 
Definition at line 35 of file sr_real_tactile_sensor.cpp.
| shadowrobot::SrRealTactileSensor::~SrRealTactileSensor | ( | ) |  [virtual] | 
Definition at line 54 of file sr_real_tactile_sensor.cpp.
| double shadowrobot::SrRealTactileSensor::get_touch_data | ( | ) |  [virtual] | 
Reads the value from the sensor
Implements shadowrobot::SrGenericTactileSensor.
Definition at line 57 of file sr_real_tactile_sensor.cpp.
| int shadowrobot::SrRealTactileSensor::res_touch  [private] | 
Definition at line 58 of file sr_real_tactile_sensor.hpp.
| struct sensor shadowrobot::SrRealTactileSensor::sensor_touch  [private] | 
Definition at line 57 of file sr_real_tactile_sensor.hpp.