#include <SendRecv.h>
Public Types | |
typedef uint32_t | _length_type |
typedef float | _recv_timeout_type |
typedef std::vector< uint8_t, typename ContainerAllocator::template rebind< uint8_t >::other > | _send_data_type |
typedef float | _sock_timeout_type |
typedef uint32_t | _socket_type |
typedef boost::shared_ptr < ::shared_serial::SendRecvRequest_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::shared_serial::SendRecvRequest_ < ContainerAllocator > > | Ptr |
typedef SendRecvRequest_ < ContainerAllocator > | Type |
Public Member Functions | |
SendRecvRequest_ () | |
SendRecvRequest_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
uint32_t | length |
float | recv_timeout |
std::vector< uint8_t, typename ContainerAllocator::template rebind< uint8_t >::other > | send_data |
float | sock_timeout |
uint32_t | socket |
Definition at line 25 of file SendRecv.h.
typedef uint32_t shared_serial::SendRecvRequest_< ContainerAllocator >::_length_type |
Definition at line 52 of file SendRecv.h.
typedef float shared_serial::SendRecvRequest_< ContainerAllocator >::_recv_timeout_type |
Definition at line 55 of file SendRecv.h.
typedef std::vector<uint8_t, typename ContainerAllocator::template rebind<uint8_t>::other > shared_serial::SendRecvRequest_< ContainerAllocator >::_send_data_type |
Definition at line 49 of file SendRecv.h.
typedef float shared_serial::SendRecvRequest_< ContainerAllocator >::_sock_timeout_type |
Definition at line 58 of file SendRecv.h.
typedef uint32_t shared_serial::SendRecvRequest_< ContainerAllocator >::_socket_type |
Definition at line 46 of file SendRecv.h.
typedef boost::shared_ptr< ::shared_serial::SendRecvRequest_<ContainerAllocator> const> shared_serial::SendRecvRequest_< ContainerAllocator >::ConstPtr |
Definition at line 63 of file SendRecv.h.
typedef boost::shared_ptr< ::shared_serial::SendRecvRequest_<ContainerAllocator> > shared_serial::SendRecvRequest_< ContainerAllocator >::Ptr |
Definition at line 62 of file SendRecv.h.
typedef SendRecvRequest_<ContainerAllocator> shared_serial::SendRecvRequest_< ContainerAllocator >::Type |
Definition at line 26 of file SendRecv.h.
shared_serial::SendRecvRequest_< ContainerAllocator >::SendRecvRequest_ | ( | ) | [inline] |
Definition at line 28 of file SendRecv.h.
shared_serial::SendRecvRequest_< ContainerAllocator >::SendRecvRequest_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 37 of file SendRecv.h.
boost::shared_ptr<std::map<std::string, std::string> > shared_serial::SendRecvRequest_< ContainerAllocator >::__connection_header |
Definition at line 64 of file SendRecv.h.
uint32_t shared_serial::SendRecvRequest_< ContainerAllocator >::length |
Definition at line 53 of file SendRecv.h.
float shared_serial::SendRecvRequest_< ContainerAllocator >::recv_timeout |
Definition at line 56 of file SendRecv.h.
std::vector<uint8_t, typename ContainerAllocator::template rebind<uint8_t>::other > shared_serial::SendRecvRequest_< ContainerAllocator >::send_data |
Definition at line 50 of file SendRecv.h.
float shared_serial::SendRecvRequest_< ContainerAllocator >::sock_timeout |
Definition at line 59 of file SendRecv.h.
uint32_t shared_serial::SendRecvRequest_< ContainerAllocator >::socket |
Definition at line 47 of file SendRecv.h.