#include <StartController.h>
Public Types | |
| typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _reason_type |
| typedef uint8_t | _success_type |
| typedef boost::shared_ptr < ::dynamixel_controllers::StartControllerResponse_ < ContainerAllocator > const > | ConstPtr |
| typedef boost::shared_ptr < ::dynamixel_controllers::StartControllerResponse_ < ContainerAllocator > > | Ptr |
| typedef StartControllerResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
| StartControllerResponse_ () | |
| StartControllerResponse_ (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 > | reason |
| uint8_t | success |
Definition at line 78 of file StartController.h.
| typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > dynamixel_controllers::StartControllerResponse_< ContainerAllocator >::_reason_type |
Definition at line 96 of file StartController.h.
| typedef uint8_t dynamixel_controllers::StartControllerResponse_< ContainerAllocator >::_success_type |
Definition at line 93 of file StartController.h.
| typedef boost::shared_ptr< ::dynamixel_controllers::StartControllerResponse_<ContainerAllocator> const> dynamixel_controllers::StartControllerResponse_< ContainerAllocator >::ConstPtr |
Definition at line 101 of file StartController.h.
| typedef boost::shared_ptr< ::dynamixel_controllers::StartControllerResponse_<ContainerAllocator> > dynamixel_controllers::StartControllerResponse_< ContainerAllocator >::Ptr |
Definition at line 100 of file StartController.h.
| typedef StartControllerResponse_<ContainerAllocator> dynamixel_controllers::StartControllerResponse_< ContainerAllocator >::Type |
Definition at line 79 of file StartController.h.
| dynamixel_controllers::StartControllerResponse_< ContainerAllocator >::StartControllerResponse_ | ( | ) | [inline] |
Definition at line 81 of file StartController.h.
| dynamixel_controllers::StartControllerResponse_< ContainerAllocator >::StartControllerResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 87 of file StartController.h.
| boost::shared_ptr<std::map<std::string, std::string> > dynamixel_controllers::StartControllerResponse_< ContainerAllocator >::__connection_header |
Definition at line 102 of file StartController.h.
| std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > dynamixel_controllers::StartControllerResponse_< ContainerAllocator >::reason |
Definition at line 97 of file StartController.h.
| uint8_t dynamixel_controllers::StartControllerResponse_< ContainerAllocator >::success |
Definition at line 94 of file StartController.h.