#include <StartController.h>
Public Types | |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _name_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _port_type |
typedef boost::shared_ptr < ::dynamixel_hardware_interface::StartControllerRequest_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::dynamixel_hardware_interface::StartControllerRequest_ < ContainerAllocator > > | Ptr |
typedef StartControllerRequest_ < ContainerAllocator > | Type |
Public Member Functions | |
StartControllerRequest_ () | |
StartControllerRequest_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | name |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | port |
Definition at line 25 of file StartController.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > dynamixel_hardware_interface::StartControllerRequest_< ContainerAllocator >::_name_type |
Definition at line 40 of file StartController.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > dynamixel_hardware_interface::StartControllerRequest_< ContainerAllocator >::_port_type |
Definition at line 43 of file StartController.h.
typedef boost::shared_ptr< ::dynamixel_hardware_interface::StartControllerRequest_<ContainerAllocator> const> dynamixel_hardware_interface::StartControllerRequest_< ContainerAllocator >::ConstPtr |
Definition at line 48 of file StartController.h.
typedef boost::shared_ptr< ::dynamixel_hardware_interface::StartControllerRequest_<ContainerAllocator> > dynamixel_hardware_interface::StartControllerRequest_< ContainerAllocator >::Ptr |
Definition at line 47 of file StartController.h.
typedef StartControllerRequest_<ContainerAllocator> dynamixel_hardware_interface::StartControllerRequest_< ContainerAllocator >::Type |
Definition at line 26 of file StartController.h.
dynamixel_hardware_interface::StartControllerRequest_< ContainerAllocator >::StartControllerRequest_ | ( | ) | [inline] |
Definition at line 28 of file StartController.h.
dynamixel_hardware_interface::StartControllerRequest_< ContainerAllocator >::StartControllerRequest_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 34 of file StartController.h.
boost::shared_ptr<std::map<std::string, std::string> > dynamixel_hardware_interface::StartControllerRequest_< ContainerAllocator >::__connection_header |
Definition at line 49 of file StartController.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > dynamixel_hardware_interface::StartControllerRequest_< ContainerAllocator >::name |
Definition at line 41 of file StartController.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > dynamixel_hardware_interface::StartControllerRequest_< ContainerAllocator >::port |
Definition at line 44 of file StartController.h.