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