#include <WheelDropEvent.h>
Public Types | |
| enum | { LEFT = 0 } |
| enum | { RIGHT = 1 } |
| enum | { RAISED = 0 } |
| enum | { DROPPED = 1 } |
| typedef uint8_t | _state_type |
| typedef uint8_t | _wheel_type |
| typedef boost::shared_ptr < ::kobuki_comms::WheelDropEvent_ < ContainerAllocator > const > | ConstPtr |
| typedef boost::shared_ptr < ::kobuki_comms::WheelDropEvent_ < ContainerAllocator > > | Ptr |
| typedef WheelDropEvent_ < ContainerAllocator > | Type |
Public Member Functions | |
| WheelDropEvent_ () | |
| WheelDropEvent_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
| boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
| uint8_t | state |
| uint8_t | wheel |
Definition at line 21 of file WheelDropEvent.h.
| typedef uint8_t kobuki_comms::WheelDropEvent_< ContainerAllocator >::_state_type |
Definition at line 36 of file WheelDropEvent.h.
| typedef uint8_t kobuki_comms::WheelDropEvent_< ContainerAllocator >::_wheel_type |
Definition at line 39 of file WheelDropEvent.h.
| typedef boost::shared_ptr< ::kobuki_comms::WheelDropEvent_<ContainerAllocator> const> kobuki_comms::WheelDropEvent_< ContainerAllocator >::ConstPtr |
Definition at line 48 of file WheelDropEvent.h.
| typedef boost::shared_ptr< ::kobuki_comms::WheelDropEvent_<ContainerAllocator> > kobuki_comms::WheelDropEvent_< ContainerAllocator >::Ptr |
Definition at line 47 of file WheelDropEvent.h.
| typedef WheelDropEvent_<ContainerAllocator> kobuki_comms::WheelDropEvent_< ContainerAllocator >::Type |
Definition at line 22 of file WheelDropEvent.h.
| anonymous enum |
Definition at line 42 of file WheelDropEvent.h.
| anonymous enum |
Definition at line 43 of file WheelDropEvent.h.
| anonymous enum |
Definition at line 44 of file WheelDropEvent.h.
| anonymous enum |
Definition at line 45 of file WheelDropEvent.h.
| kobuki_comms::WheelDropEvent_< ContainerAllocator >::WheelDropEvent_ | ( | ) | [inline] |
Definition at line 24 of file WheelDropEvent.h.
| kobuki_comms::WheelDropEvent_< ContainerAllocator >::WheelDropEvent_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 30 of file WheelDropEvent.h.
| boost::shared_ptr<std::map<std::string, std::string> > kobuki_comms::WheelDropEvent_< ContainerAllocator >::__connection_header |
Definition at line 49 of file WheelDropEvent.h.
| uint8_t kobuki_comms::WheelDropEvent_< ContainerAllocator >::state |
Definition at line 37 of file WheelDropEvent.h.
| uint8_t kobuki_comms::WheelDropEvent_< ContainerAllocator >::wheel |
Definition at line 40 of file WheelDropEvent.h.