#include <NodeletLoad.h>
Public Types | |
typedef uint8_t | _success_type |
typedef boost::shared_ptr < ::nodelet::NodeletLoadResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::nodelet::NodeletLoadResponse_ < ContainerAllocator > > | Ptr |
typedef NodeletLoadResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
NodeletLoadResponse_ () | |
NodeletLoadResponse_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
uint8_t | success |
Definition at line 78 of file NodeletLoad.h.
typedef uint8_t nodelet::NodeletLoadResponse_< ContainerAllocator >::_success_type |
Definition at line 91 of file NodeletLoad.h.
typedef boost::shared_ptr< ::nodelet::NodeletLoadResponse_<ContainerAllocator> const> nodelet::NodeletLoadResponse_< ContainerAllocator >::ConstPtr |
Definition at line 96 of file NodeletLoad.h.
typedef boost::shared_ptr< ::nodelet::NodeletLoadResponse_<ContainerAllocator> > nodelet::NodeletLoadResponse_< ContainerAllocator >::Ptr |
Definition at line 95 of file NodeletLoad.h.
typedef NodeletLoadResponse_<ContainerAllocator> nodelet::NodeletLoadResponse_< ContainerAllocator >::Type |
Definition at line 79 of file NodeletLoad.h.
nodelet::NodeletLoadResponse_< ContainerAllocator >::NodeletLoadResponse_ | ( | ) | [inline] |
Definition at line 81 of file NodeletLoad.h.
nodelet::NodeletLoadResponse_< ContainerAllocator >::NodeletLoadResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 86 of file NodeletLoad.h.
boost::shared_ptr<std::map<std::string, std::string> > nodelet::NodeletLoadResponse_< ContainerAllocator >::__connection_header |
Definition at line 97 of file NodeletLoad.h.
uint8_t nodelet::NodeletLoadResponse_< ContainerAllocator >::success |
Definition at line 92 of file NodeletLoad.h.