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