#include <sr_real_tactile_sensor.hpp>

| Public Member Functions | |
| virtual double | get_touch_data () | 
| SrRealTactileSensor (std::string name, std::string touch_name) | |
| virtual | ~SrRealTactileSensor () | 
|  Public Member Functions inherited from shadowrobot::SrGenericTactileSensor | |
| void | publish_current_values () | 
| SrGenericTactileSensor (std::string name, std::string touch_name) | |
| virtual | ~SrGenericTactileSensor () | 
| Private Attributes | |
| int | res_touch | 
| struct sensor | sensor_touch | 
Definition at line 45 of file sr_real_tactile_sensor.hpp.
| shadowrobot::SrRealTactileSensor::SrRealTactileSensor | ( | std::string | name, | 
| std::string | touch_name | ||
| ) | 
Definition at line 38 of file sr_real_tactile_sensor.cpp.
| 
 | virtual | 
Definition at line 57 of file sr_real_tactile_sensor.cpp.
| 
 | virtual | 
Reads the value from the sensor
Implements shadowrobot::SrGenericTactileSensor.
Definition at line 61 of file sr_real_tactile_sensor.cpp.
| 
 | private | 
Definition at line 62 of file sr_real_tactile_sensor.hpp.
| 
 | private | 
Definition at line 61 of file sr_real_tactile_sensor.hpp.