#include <SendTo.h>
Public Types | |
typedef std::vector< uint8_t, typename ContainerAllocator::template rebind< uint8_t >::other > | _data_type |
typedef uint32_t | _socket_type |
typedef float | _timeout_type |
typedef boost::shared_ptr < ::shared_serial::SendToRequest_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::shared_serial::SendToRequest_ < ContainerAllocator > > | Ptr |
typedef SendToRequest_ < ContainerAllocator > | Type |
Public Member Functions | |
SendToRequest_ () | |
SendToRequest_ (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 |
float | timeout |
typedef std::vector<uint8_t, typename ContainerAllocator::template rebind<uint8_t>::other > shared_serial::SendToRequest_< ContainerAllocator >::_data_type |
typedef uint32_t shared_serial::SendToRequest_< ContainerAllocator >::_socket_type |
typedef float shared_serial::SendToRequest_< ContainerAllocator >::_timeout_type |
typedef boost::shared_ptr< ::shared_serial::SendToRequest_<ContainerAllocator> const> shared_serial::SendToRequest_< ContainerAllocator >::ConstPtr |
typedef boost::shared_ptr< ::shared_serial::SendToRequest_<ContainerAllocator> > shared_serial::SendToRequest_< ContainerAllocator >::Ptr |
typedef SendToRequest_<ContainerAllocator> shared_serial::SendToRequest_< ContainerAllocator >::Type |
shared_serial::SendToRequest_< ContainerAllocator >::SendToRequest_ | ( | ) | [inline] |
shared_serial::SendToRequest_< ContainerAllocator >::SendToRequest_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
boost::shared_ptr<std::map<std::string, std::string> > shared_serial::SendToRequest_< ContainerAllocator >::__connection_header |
std::vector<uint8_t, typename ContainerAllocator::template rebind<uint8_t>::other > shared_serial::SendToRequest_< ContainerAllocator >::data |
uint32_t shared_serial::SendToRequest_< ContainerAllocator >::socket |
float shared_serial::SendToRequest_< ContainerAllocator >::timeout |