#include <Recv.h>
Public Types | |
typedef std::vector< uint8_t, typename ContainerAllocator::template rebind< uint8_t >::other > | _data_type |
typedef uint32_t | _socket_type |
typedef boost::shared_ptr < ::shared_serial::RecvResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::shared_serial::RecvResponse_ < ContainerAllocator > > | Ptr |
typedef RecvResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
RecvResponse_ () | |
RecvResponse_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
std::vector< uint8_t, typename ContainerAllocator::template rebind< uint8_t >::other > | data |
uint32_t | socket |
typedef std::vector<uint8_t, typename ContainerAllocator::template rebind<uint8_t>::other > shared_serial::RecvResponse_< ContainerAllocator >::_data_type |
typedef uint32_t shared_serial::RecvResponse_< ContainerAllocator >::_socket_type |
typedef boost::shared_ptr< ::shared_serial::RecvResponse_<ContainerAllocator> const> shared_serial::RecvResponse_< ContainerAllocator >::ConstPtr |
typedef boost::shared_ptr< ::shared_serial::RecvResponse_<ContainerAllocator> > shared_serial::RecvResponse_< ContainerAllocator >::Ptr |
typedef RecvResponse_<ContainerAllocator> shared_serial::RecvResponse_< ContainerAllocator >::Type |
shared_serial::RecvResponse_< ContainerAllocator >::RecvResponse_ | ( | ) | [inline] |
shared_serial::RecvResponse_< ContainerAllocator >::RecvResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
boost::shared_ptr<std::map<std::string, std::string> > shared_serial::RecvResponse_< ContainerAllocator >::__connection_header |
std::vector<uint8_t, typename ContainerAllocator::template rebind<uint8_t>::other > shared_serial::RecvResponse_< ContainerAllocator >::data |
uint32_t shared_serial::RecvResponse_< ContainerAllocator >::socket |