#include <state.h>
Public Types | |
| typedef std::vector< float, typename ContainerAllocator::template rebind< float >::other > | _state_vector_type |
| typedef boost::shared_ptr < ::lfd_common::state_ < ContainerAllocator > const > | ConstPtr |
| typedef boost::shared_ptr < ::lfd_common::state_ < ContainerAllocator > > | Ptr |
| typedef state_ < ContainerAllocator > | Type |
Public Member Functions | |
| state_ () | |
| state_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
| boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
| std::vector< float, typename ContainerAllocator::template rebind< float >::other > | state_vector |
| typedef std::vector<float, typename ContainerAllocator::template rebind<float>::other > lfd_common::state_< ContainerAllocator >::_state_vector_type |
| typedef boost::shared_ptr< ::lfd_common::state_<ContainerAllocator> const> lfd_common::state_< ContainerAllocator >::ConstPtr |
| typedef boost::shared_ptr< ::lfd_common::state_<ContainerAllocator> > lfd_common::state_< ContainerAllocator >::Ptr |
| typedef state_<ContainerAllocator> lfd_common::state_< ContainerAllocator >::Type |
| lfd_common::state_< ContainerAllocator >::state_ | ( | ) | [inline] |
| lfd_common::state_< ContainerAllocator >::state_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
| boost::shared_ptr<std::map<std::string, std::string> > lfd_common::state_< ContainerAllocator >::__connection_header |
| std::vector<float, typename ContainerAllocator::template rebind<float>::other > lfd_common::state_< ContainerAllocator >::state_vector |