#include <module_sendcommand.h>
Public Types | |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _output_type |
typedef boost::shared_ptr < ::openraveros::module_sendcommandResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::openraveros::module_sendcommandResponse_ < ContainerAllocator > > | Ptr |
typedef module_sendcommandResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
module_sendcommandResponse_ () | |
module_sendcommandResponse_ (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 > | output |
Definition at line 58 of file module_sendcommand.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > openraveros::module_sendcommandResponse_< ContainerAllocator >::_output_type |
Definition at line 71 of file module_sendcommand.h.
typedef boost::shared_ptr< ::openraveros::module_sendcommandResponse_<ContainerAllocator> const> openraveros::module_sendcommandResponse_< ContainerAllocator >::ConstPtr |
Definition at line 76 of file module_sendcommand.h.
typedef boost::shared_ptr< ::openraveros::module_sendcommandResponse_<ContainerAllocator> > openraveros::module_sendcommandResponse_< ContainerAllocator >::Ptr |
Definition at line 75 of file module_sendcommand.h.
typedef module_sendcommandResponse_<ContainerAllocator> openraveros::module_sendcommandResponse_< ContainerAllocator >::Type |
Definition at line 59 of file module_sendcommand.h.
openraveros::module_sendcommandResponse_< ContainerAllocator >::module_sendcommandResponse_ | ( | ) | [inline] |
Definition at line 61 of file module_sendcommand.h.
openraveros::module_sendcommandResponse_< ContainerAllocator >::module_sendcommandResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 66 of file module_sendcommand.h.
boost::shared_ptr<std::map<std::string, std::string> > openraveros::module_sendcommandResponse_< ContainerAllocator >::__connection_header |
Definition at line 77 of file module_sendcommand.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > openraveros::module_sendcommandResponse_< ContainerAllocator >::output |
Definition at line 72 of file module_sendcommand.h.