cmd_ | hardware_interface::JointHandle | private |
getAbsolutePosition() const | hardware_interface::JointStateHandle | inline |
getAbsolutePositionPtr() const | hardware_interface::JointStateHandle | inline |
getCommand() const | hardware_interface::JointHandle | inline |
getCommandPtr() const | hardware_interface::JointHandle | inline |
getEffort() const | hardware_interface::JointStateHandle | inline |
getEffortPtr() const | hardware_interface::JointStateHandle | inline |
getName() const | hardware_interface::JointStateHandle | inline |
getPosition() const | hardware_interface::JointStateHandle | inline |
getPositionPtr() const | hardware_interface::JointStateHandle | inline |
getTorqueSensor() const | hardware_interface::JointStateHandle | inline |
getTorqueSensorPtr() const | hardware_interface::JointStateHandle | inline |
getVelocity() const | hardware_interface::JointStateHandle | inline |
getVelocityPtr() const | hardware_interface::JointStateHandle | inline |
hasAbsolutePosition() const | hardware_interface::JointStateHandle | inline |
hasTorqueSensor() const | hardware_interface::JointStateHandle | inline |
JointHandle()=default | hardware_interface::JointHandle | |
JointHandle(const JointStateHandle &js, double *cmd) | hardware_interface::JointHandle | inline |
JointStateHandle()=default | hardware_interface::JointStateHandle | |
JointStateHandle(const std::string &name, const double *pos, const double *vel, const double *eff) | hardware_interface::JointStateHandle | inline |
JointStateHandle(const std::string &name, const double *pos, const double *vel, const double *eff, const double *absolute_pos, const double *torque_sensor) | hardware_interface::JointStateHandle | inline |
JointStateHandle(const std::string &name, const double *pos, const double *vel, const double *eff, const double *absolute_pos) | hardware_interface::JointStateHandle | inline |
JointStateHandle(const std::string &name, const double *pos, const double *vel, const double *eff, const double *torque_sensor, bool) | hardware_interface::JointStateHandle | inline |
setCommand(double command) | hardware_interface::JointHandle | inline |