#include <SendRecv.h>
Public Types | |
typedef std::vector< uint8_t, typename ContainerAllocator::template rebind< uint8_t >::other > | _recv_data_type |
typedef uint32_t | _socket_type |
typedef boost::shared_ptr < ::shared_serial::SendRecvResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::shared_serial::SendRecvResponse_ < ContainerAllocator > > | Ptr |
typedef SendRecvResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
SendRecvResponse_ () | |
SendRecvResponse_ (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 > | recv_data |
uint32_t | socket |
Definition at line 73 of file SendRecv.h.
typedef std::vector<uint8_t, typename ContainerAllocator::template rebind<uint8_t>::other > shared_serial::SendRecvResponse_< ContainerAllocator >::_recv_data_type |
Definition at line 91 of file SendRecv.h.
typedef uint32_t shared_serial::SendRecvResponse_< ContainerAllocator >::_socket_type |
Definition at line 88 of file SendRecv.h.
typedef boost::shared_ptr< ::shared_serial::SendRecvResponse_<ContainerAllocator> const> shared_serial::SendRecvResponse_< ContainerAllocator >::ConstPtr |
Definition at line 96 of file SendRecv.h.
typedef boost::shared_ptr< ::shared_serial::SendRecvResponse_<ContainerAllocator> > shared_serial::SendRecvResponse_< ContainerAllocator >::Ptr |
Definition at line 95 of file SendRecv.h.
typedef SendRecvResponse_<ContainerAllocator> shared_serial::SendRecvResponse_< ContainerAllocator >::Type |
Definition at line 74 of file SendRecv.h.
shared_serial::SendRecvResponse_< ContainerAllocator >::SendRecvResponse_ | ( | ) | [inline] |
Definition at line 76 of file SendRecv.h.
shared_serial::SendRecvResponse_< ContainerAllocator >::SendRecvResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 82 of file SendRecv.h.
boost::shared_ptr<std::map<std::string, std::string> > shared_serial::SendRecvResponse_< ContainerAllocator >::__connection_header |
Definition at line 97 of file SendRecv.h.
std::vector<uint8_t, typename ContainerAllocator::template rebind<uint8_t>::other > shared_serial::SendRecvResponse_< ContainerAllocator >::recv_data |
Definition at line 92 of file SendRecv.h.
uint32_t shared_serial::SendRecvResponse_< ContainerAllocator >::socket |
Definition at line 89 of file SendRecv.h.