#include <ButtonEvent.h>
Public Types | |
enum | { Button0 = 0 } |
enum | { Button1 = 1 } |
enum | { Button2 = 2 } |
enum | { RELEASED = 0 } |
enum | { PRESSED = 1 } |
typedef uint8_t | _button_type |
typedef uint8_t | _state_type |
typedef boost::shared_ptr < ::kobuki_comms::ButtonEvent_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::kobuki_comms::ButtonEvent_ < ContainerAllocator > > | Ptr |
typedef ButtonEvent_ < ContainerAllocator > | Type |
Public Member Functions | |
ButtonEvent_ () | |
ButtonEvent_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
uint8_t | button |
uint8_t | state |
Definition at line 21 of file ButtonEvent.h.
typedef uint8_t kobuki_comms::ButtonEvent_< ContainerAllocator >::_button_type |
Definition at line 39 of file ButtonEvent.h.
typedef uint8_t kobuki_comms::ButtonEvent_< ContainerAllocator >::_state_type |
Definition at line 36 of file ButtonEvent.h.
typedef boost::shared_ptr< ::kobuki_comms::ButtonEvent_<ContainerAllocator> const> kobuki_comms::ButtonEvent_< ContainerAllocator >::ConstPtr |
Definition at line 49 of file ButtonEvent.h.
typedef boost::shared_ptr< ::kobuki_comms::ButtonEvent_<ContainerAllocator> > kobuki_comms::ButtonEvent_< ContainerAllocator >::Ptr |
Definition at line 48 of file ButtonEvent.h.
typedef ButtonEvent_<ContainerAllocator> kobuki_comms::ButtonEvent_< ContainerAllocator >::Type |
Definition at line 22 of file ButtonEvent.h.
anonymous enum |
Definition at line 42 of file ButtonEvent.h.
anonymous enum |
Definition at line 43 of file ButtonEvent.h.
anonymous enum |
Definition at line 44 of file ButtonEvent.h.
anonymous enum |
Definition at line 45 of file ButtonEvent.h.
anonymous enum |
Definition at line 46 of file ButtonEvent.h.
kobuki_comms::ButtonEvent_< ContainerAllocator >::ButtonEvent_ | ( | ) | [inline] |
Definition at line 24 of file ButtonEvent.h.
kobuki_comms::ButtonEvent_< ContainerAllocator >::ButtonEvent_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 30 of file ButtonEvent.h.
boost::shared_ptr<std::map<std::string, std::string> > kobuki_comms::ButtonEvent_< ContainerAllocator >::__connection_header |
Definition at line 50 of file ButtonEvent.h.
uint8_t kobuki_comms::ButtonEvent_< ContainerAllocator >::button |
Definition at line 40 of file ButtonEvent.h.
uint8_t kobuki_comms::ButtonEvent_< ContainerAllocator >::state |
Definition at line 37 of file ButtonEvent.h.