#include <sensor.h>

Public Member Functions | |
| Sensor (int id, std::string model_name, float protocol_version) | |
Public Member Functions inherited from robotis_framework::Device | |
| virtual | ~Device () |
Public Attributes | |
| SensorState * | sensor_state_ |
Public Attributes inherited from robotis_framework::Device | |
| std::vector< ControlTableItem * > | bulk_read_items_ |
| std::map< std::string, ControlTableItem * > | ctrl_table_ |
| uint8_t | id_ |
| std::string | model_name_ |
| std::string | port_name_ |
| float | protocol_version_ |
| Sensor::Sensor | ( | int | id, |
| std::string | model_name, | ||
| float | protocol_version | ||
| ) |
Definition at line 28 of file sensor.cpp.
| SensorState* robotis_framework::Sensor::sensor_state_ |