#include <sr_real_tactile_sensor.hpp>

Public Member Functions | |
| SrRealTactileSensor (std::string name, std::string touch_name) | |
| ~SrRealTactileSensor () | |
Protected Member Functions | |
| virtual double | get_touch_data () |
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 | ( | ) |
Definition at line 54 of file sr_real_tactile_sensor.cpp.
| double shadowrobot::SrRealTactileSensor::get_touch_data | ( | ) | [protected, 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 59 of file sr_real_tactile_sensor.hpp.
struct sensor shadowrobot::SrRealTactileSensor::sensor_touch [private] |
Definition at line 58 of file sr_real_tactile_sensor.hpp.