#include <sensor_module.h>
|
std::map< std::string, double > | result_ |
|
Definition at line 38 of file sensor_module.h.
virtual robotis_framework::SensorModule::~SensorModule |
( |
| ) |
|
|
inlinevirtual |
std::string robotis_framework::SensorModule::getModuleName |
( |
| ) |
|
|
inline |
virtual void robotis_framework::SensorModule::initialize |
( |
const int |
control_cycle_msec, |
|
|
Robot * |
robot |
|
) |
| |
|
pure virtual |
virtual void robotis_framework::SensorModule::process |
( |
std::map< std::string, Dynamixel * > |
dxls, |
|
|
std::map< std::string, Sensor * > |
sensors |
|
) |
| |
|
pure virtual |
std::string robotis_framework::SensorModule::module_name_ |
|
protected |
std::map<std::string, double> robotis_framework::SensorModule::result_ |
The documentation for this class was generated from the following file: