#include <StateChange.h>
Public Types | |
| typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other >  | _joystick_type | 
| typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other >  | _new_state_type | 
| typedef boost::shared_ptr < ::clearpath_base::StateChange_ < ContainerAllocator > const >  | ConstPtr | 
| typedef boost::shared_ptr < ::clearpath_base::StateChange_ < ContainerAllocator > >  | Ptr | 
| typedef StateChange_ < ContainerAllocator >  | Type | 
Public Member Functions | |
| StateChange_ () | |
| StateChange_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
| boost::shared_ptr< std::map < std::string, std::string > >  | __connection_header | 
| std::basic_string< char,  std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other >  | joystick | 
| std::basic_string< char,  std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other >  | new_state | 
Definition at line 21 of file StateChange.h.
| typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > clearpath_base::StateChange_< ContainerAllocator >::_joystick_type | 
Definition at line 39 of file StateChange.h.
| typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > clearpath_base::StateChange_< ContainerAllocator >::_new_state_type | 
Definition at line 36 of file StateChange.h.
| typedef boost::shared_ptr< ::clearpath_base::StateChange_<ContainerAllocator> const> clearpath_base::StateChange_< ContainerAllocator >::ConstPtr | 
Definition at line 44 of file StateChange.h.
| typedef boost::shared_ptr< ::clearpath_base::StateChange_<ContainerAllocator> > clearpath_base::StateChange_< ContainerAllocator >::Ptr | 
Definition at line 43 of file StateChange.h.
| typedef StateChange_<ContainerAllocator> clearpath_base::StateChange_< ContainerAllocator >::Type | 
Definition at line 22 of file StateChange.h.
| clearpath_base::StateChange_< ContainerAllocator >::StateChange_ | ( | ) |  [inline] | 
        
Definition at line 24 of file StateChange.h.
| clearpath_base::StateChange_< ContainerAllocator >::StateChange_ | ( | const ContainerAllocator & | _alloc | ) |  [inline] | 
        
Definition at line 30 of file StateChange.h.
| boost::shared_ptr<std::map<std::string, std::string> > clearpath_base::StateChange_< ContainerAllocator >::__connection_header | 
Definition at line 45 of file StateChange.h.
| std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > clearpath_base::StateChange_< ContainerAllocator >::joystick | 
Definition at line 40 of file StateChange.h.
| std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > clearpath_base::StateChange_< ContainerAllocator >::new_state | 
Definition at line 37 of file StateChange.h.