#include <RobotStateEvent.h>
Public Types | |
enum | { ONLINE = 1 } |
enum | { OFFLINE = 0 } |
typedef uint8_t | _state_type |
typedef boost::shared_ptr < ::kobuki_comms::RobotStateEvent_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::kobuki_comms::RobotStateEvent_ < ContainerAllocator > > | Ptr |
typedef RobotStateEvent_ < ContainerAllocator > | Type |
Public Member Functions | |
RobotStateEvent_ () | |
RobotStateEvent_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
uint8_t | state |
Definition at line 21 of file RobotStateEvent.h.
typedef uint8_t kobuki_comms::RobotStateEvent_< ContainerAllocator >::_state_type |
Definition at line 34 of file RobotStateEvent.h.
typedef boost::shared_ptr< ::kobuki_comms::RobotStateEvent_<ContainerAllocator> const> kobuki_comms::RobotStateEvent_< ContainerAllocator >::ConstPtr |
Definition at line 41 of file RobotStateEvent.h.
typedef boost::shared_ptr< ::kobuki_comms::RobotStateEvent_<ContainerAllocator> > kobuki_comms::RobotStateEvent_< ContainerAllocator >::Ptr |
Definition at line 40 of file RobotStateEvent.h.
typedef RobotStateEvent_<ContainerAllocator> kobuki_comms::RobotStateEvent_< ContainerAllocator >::Type |
Definition at line 22 of file RobotStateEvent.h.
anonymous enum |
Definition at line 37 of file RobotStateEvent.h.
anonymous enum |
Definition at line 38 of file RobotStateEvent.h.
kobuki_comms::RobotStateEvent_< ContainerAllocator >::RobotStateEvent_ | ( | ) | [inline] |
Definition at line 24 of file RobotStateEvent.h.
kobuki_comms::RobotStateEvent_< ContainerAllocator >::RobotStateEvent_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 29 of file RobotStateEvent.h.
boost::shared_ptr<std::map<std::string, std::string> > kobuki_comms::RobotStateEvent_< ContainerAllocator >::__connection_header |
Definition at line 42 of file RobotStateEvent.h.
uint8_t kobuki_comms::RobotStateEvent_< ContainerAllocator >::state |
Definition at line 35 of file RobotStateEvent.h.