#include <transmission_interface.h>

Additional Inherited Members | |
Public Types inherited from hardware_interface::ResourceManager< ActuatorToJointStateHandle > | |
| typedef ResourceManager< ActuatorToJointStateHandle > | resource_manager_type |
Public Member Functions inherited from transmission_interface::TransmissionInterface< ActuatorToJointStateHandle > | |
| ActuatorToJointStateHandle | getHandle (const std::string &name) |
| void | propagate () |
| Propagate the transmission maps of all managed handles. More... | |
Public Member Functions inherited from hardware_interface::ResourceManager< ActuatorToJointStateHandle > | |
| ActuatorToJointStateHandle | getHandle (const std::string &name) |
| std::vector< std::string > | getNames () const |
| void | registerHandle (const ActuatorToJointStateHandle &handle) |
| virtual | ~ResourceManager () |
Public Member Functions inherited from hardware_interface::ResourceManagerBase | |
| virtual | ~ResourceManagerBase () |
Static Public Member Functions inherited from hardware_interface::ResourceManager< ActuatorToJointStateHandle > | |
| static void | concatManagers (std::vector< resource_manager_type * > &managers, resource_manager_type *result) |
Protected Types inherited from hardware_interface::ResourceManager< ActuatorToJointStateHandle > | |
| typedef std::map< std::string, ActuatorToJointStateHandle > | ResourceMap |
Protected Attributes inherited from hardware_interface::ResourceManager< ActuatorToJointStateHandle > | |
| ResourceMap | resource_map_ |
Interface for propagating actuator state (position, velocity and effort) to joint state on a set of transmissions.
Definition at line 375 of file transmission_interface.h.