#include <SetSpeed.h>
Public Types | |
typedef double | _speed_type |
typedef boost::shared_ptr < ::dynamixel_controllers::SetSpeedRequest_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::dynamixel_controllers::SetSpeedRequest_ < ContainerAllocator > > | Ptr |
typedef SetSpeedRequest_ < ContainerAllocator > | Type |
Public Member Functions | |
SetSpeedRequest_ () | |
SetSpeedRequest_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
double | speed |
Definition at line 25 of file SetSpeed.h.
typedef double dynamixel_controllers::SetSpeedRequest_< ContainerAllocator >::_speed_type |
Definition at line 38 of file SetSpeed.h.
typedef boost::shared_ptr< ::dynamixel_controllers::SetSpeedRequest_<ContainerAllocator> const> dynamixel_controllers::SetSpeedRequest_< ContainerAllocator >::ConstPtr |
Definition at line 43 of file SetSpeed.h.
typedef boost::shared_ptr< ::dynamixel_controllers::SetSpeedRequest_<ContainerAllocator> > dynamixel_controllers::SetSpeedRequest_< ContainerAllocator >::Ptr |
Definition at line 42 of file SetSpeed.h.
typedef SetSpeedRequest_<ContainerAllocator> dynamixel_controllers::SetSpeedRequest_< ContainerAllocator >::Type |
Definition at line 26 of file SetSpeed.h.
dynamixel_controllers::SetSpeedRequest_< ContainerAllocator >::SetSpeedRequest_ | ( | ) | [inline] |
Definition at line 28 of file SetSpeed.h.
dynamixel_controllers::SetSpeedRequest_< ContainerAllocator >::SetSpeedRequest_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 33 of file SetSpeed.h.
boost::shared_ptr<std::map<std::string, std::string> > dynamixel_controllers::SetSpeedRequest_< ContainerAllocator >::__connection_header |
Definition at line 44 of file SetSpeed.h.
double dynamixel_controllers::SetSpeedRequest_< ContainerAllocator >::speed |
Definition at line 39 of file SetSpeed.h.