#include <RequestAndResponse.h>
Public Types | |
| typedef int32_t | _data_type |
| typedef boost::shared_ptr < ::rosbridge_test::RequestAndResponseRequest_ < ContainerAllocator > const > | ConstPtr |
| typedef boost::shared_ptr < ::rosbridge_test::RequestAndResponseRequest_ < ContainerAllocator > > | Ptr |
| typedef RequestAndResponseRequest_ < ContainerAllocator > | Type |
Public Member Functions | |
| RequestAndResponseRequest_ () | |
| RequestAndResponseRequest_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
| boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
| int32_t | data |
Definition at line 25 of file RequestAndResponse.h.
| typedef int32_t rosbridge_test::RequestAndResponseRequest_< ContainerAllocator >::_data_type |
Definition at line 38 of file RequestAndResponse.h.
| typedef boost::shared_ptr< ::rosbridge_test::RequestAndResponseRequest_<ContainerAllocator> const> rosbridge_test::RequestAndResponseRequest_< ContainerAllocator >::ConstPtr |
Definition at line 43 of file RequestAndResponse.h.
| typedef boost::shared_ptr< ::rosbridge_test::RequestAndResponseRequest_<ContainerAllocator> > rosbridge_test::RequestAndResponseRequest_< ContainerAllocator >::Ptr |
Definition at line 42 of file RequestAndResponse.h.
| typedef RequestAndResponseRequest_<ContainerAllocator> rosbridge_test::RequestAndResponseRequest_< ContainerAllocator >::Type |
Definition at line 26 of file RequestAndResponse.h.
| rosbridge_test::RequestAndResponseRequest_< ContainerAllocator >::RequestAndResponseRequest_ | ( | ) | [inline] |
Definition at line 28 of file RequestAndResponse.h.
| rosbridge_test::RequestAndResponseRequest_< ContainerAllocator >::RequestAndResponseRequest_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 33 of file RequestAndResponse.h.
| boost::shared_ptr<std::map<std::string, std::string> > rosbridge_test::RequestAndResponseRequest_< ContainerAllocator >::__connection_header |
Definition at line 44 of file RequestAndResponse.h.
| int32_t rosbridge_test::RequestAndResponseRequest_< ContainerAllocator >::data |
Definition at line 39 of file RequestAndResponse.h.