#include <StateValue.h>
Public Types | |
| typedef std::vector< float, typename ContainerAllocator::template rebind< float >::other > | _state_type |
| typedef float | _value_type |
| typedef boost::shared_ptr < ::esc_ros::StateValue_ < ContainerAllocator > const > | ConstPtr |
| typedef boost::shared_ptr < ::esc_ros::StateValue_ < ContainerAllocator > > | Ptr |
| typedef StateValue_ < ContainerAllocator > | Type |
Public Member Functions | |
| StateValue_ () | |
| StateValue_ (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 |
| float | value |
Definition at line 21 of file StateValue.h.
| typedef std::vector<float, typename ContainerAllocator::template rebind<float>::other > esc_ros::StateValue_< ContainerAllocator >::_state_type |
Definition at line 36 of file StateValue.h.
| typedef float esc_ros::StateValue_< ContainerAllocator >::_value_type |
Definition at line 39 of file StateValue.h.
| typedef boost::shared_ptr< ::esc_ros::StateValue_<ContainerAllocator> const> esc_ros::StateValue_< ContainerAllocator >::ConstPtr |
Definition at line 44 of file StateValue.h.
| typedef boost::shared_ptr< ::esc_ros::StateValue_<ContainerAllocator> > esc_ros::StateValue_< ContainerAllocator >::Ptr |
Definition at line 43 of file StateValue.h.
| typedef StateValue_<ContainerAllocator> esc_ros::StateValue_< ContainerAllocator >::Type |
Definition at line 22 of file StateValue.h.
| esc_ros::StateValue_< ContainerAllocator >::StateValue_ | ( | ) | [inline] |
Definition at line 24 of file StateValue.h.
| esc_ros::StateValue_< ContainerAllocator >::StateValue_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 30 of file StateValue.h.
| boost::shared_ptr<std::map<std::string, std::string> > esc_ros::StateValue_< ContainerAllocator >::__connection_header |
Definition at line 45 of file StateValue.h.
| std::vector<float, typename ContainerAllocator::template rebind<float>::other > esc_ros::StateValue_< ContainerAllocator >::state |
Definition at line 37 of file StateValue.h.
| float esc_ros::StateValue_< ContainerAllocator >::value |
Definition at line 40 of file StateValue.h.