#include <robot_state_interface.hpp>
Public Member Functions | |
| std::string | getName () const |
| RobotState * | getState () const |
| RobotStateHandle () | |
| RobotStateHandle (const std::string &name, RobotState *state) | |
Private Attributes | |
| std::string | name_ |
| RobotState * | state_ |
A handle used to read a single RobotState.
Definition at line 51 of file robot_state_interface.hpp.
Definition at line 54 of file robot_state_interface.hpp.
| ros_ethercat_model::RobotStateHandle::RobotStateHandle | ( | const std::string & | name, |
| RobotState * | state | ||
| ) | [inline] |
| name | The name of the joint |
| state | A pointer to the RobotState structure |
Definition at line 60 of file robot_state_interface.hpp.
| std::string ros_ethercat_model::RobotStateHandle::getName | ( | ) | const [inline] |
Definition at line 69 of file robot_state_interface.hpp.
| RobotState* ros_ethercat_model::RobotStateHandle::getState | ( | ) | const [inline] |
Definition at line 70 of file robot_state_interface.hpp.
std::string ros_ethercat_model::RobotStateHandle::name_ [private] |
Definition at line 73 of file robot_state_interface.hpp.
Definition at line 74 of file robot_state_interface.hpp.