#include <DashboardState.h>
Public Types | |
typedef ::pr2_msgs::AccessPoint_ < ContainerAllocator > | _access_point_type |
typedef uint8_t | _access_point_valid_type |
typedef ::std_msgs::Bool_ < ContainerAllocator > | _motors_halted_type |
typedef uint8_t | _motors_halted_valid_type |
typedef ::pr2_msgs::PowerBoardState_ < ContainerAllocator > | _power_board_state_type |
typedef uint8_t | _power_board_state_valid_type |
typedef ::pr2_msgs::PowerState_ < ContainerAllocator > | _power_state_type |
typedef uint8_t | _power_state_valid_type |
typedef boost::shared_ptr < ::pr2_msgs::DashboardState_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::pr2_msgs::DashboardState_ < ContainerAllocator > > | Ptr |
typedef DashboardState_ < ContainerAllocator > | Type |
Public Member Functions | |
ROS_DEPRECATED const std::string | __getDataType () const |
ROS_DEPRECATED const std::string | __getMD5Sum () const |
ROS_DEPRECATED const std::string | __getMessageDefinition () const |
DashboardState_ (const ContainerAllocator &_alloc) | |
DashboardState_ () | |
virtual ROS_DEPRECATED uint8_t * | deserialize (uint8_t *read_ptr) |
virtual ROS_DEPRECATED uint32_t | serializationLength () const |
virtual ROS_DEPRECATED uint8_t * | serialize (uint8_t *write_ptr, uint32_t seq) const |
Static Public Member Functions | |
static ROS_DEPRECATED const std::string | __s_getDataType () |
static ROS_DEPRECATED const std::string | __s_getMD5Sum () |
static ROS_DEPRECATED const std::string | __s_getMessageDefinition () |
Public Attributes | |
::pr2_msgs::AccessPoint_ < ContainerAllocator > | access_point |
uint8_t | access_point_valid |
::std_msgs::Bool_ < ContainerAllocator > | motors_halted |
uint8_t | motors_halted_valid |
::pr2_msgs::PowerBoardState_ < ContainerAllocator > | power_board_state |
uint8_t | power_board_state_valid |
::pr2_msgs::PowerState_ < ContainerAllocator > | power_state |
uint8_t | power_state_valid |
Static Private Member Functions | |
static const char * | __s_getDataType_ () |
static const char * | __s_getMD5Sum_ () |
static const char * | __s_getMessageDefinition_ () |
Definition at line 19 of file DashboardState.h.
typedef ::pr2_msgs::AccessPoint_<ContainerAllocator> pr2_msgs::DashboardState_< ContainerAllocator >::_access_point_type |
Definition at line 62 of file DashboardState.h.
typedef uint8_t pr2_msgs::DashboardState_< ContainerAllocator >::_access_point_valid_type |
Definition at line 65 of file DashboardState.h.
typedef ::std_msgs::Bool_<ContainerAllocator> pr2_msgs::DashboardState_< ContainerAllocator >::_motors_halted_type |
Definition at line 44 of file DashboardState.h.
typedef uint8_t pr2_msgs::DashboardState_< ContainerAllocator >::_motors_halted_valid_type |
Definition at line 47 of file DashboardState.h.
typedef ::pr2_msgs::PowerBoardState_<ContainerAllocator> pr2_msgs::DashboardState_< ContainerAllocator >::_power_board_state_type |
Definition at line 50 of file DashboardState.h.
typedef uint8_t pr2_msgs::DashboardState_< ContainerAllocator >::_power_board_state_valid_type |
Definition at line 53 of file DashboardState.h.
typedef ::pr2_msgs::PowerState_<ContainerAllocator> pr2_msgs::DashboardState_< ContainerAllocator >::_power_state_type |
Definition at line 56 of file DashboardState.h.
typedef uint8_t pr2_msgs::DashboardState_< ContainerAllocator >::_power_state_valid_type |
Definition at line 59 of file DashboardState.h.
typedef boost::shared_ptr< ::pr2_msgs::DashboardState_<ContainerAllocator> const> pr2_msgs::DashboardState_< ContainerAllocator >::ConstPtr |
Definition at line 226 of file DashboardState.h.
typedef boost::shared_ptr< ::pr2_msgs::DashboardState_<ContainerAllocator> > pr2_msgs::DashboardState_< ContainerAllocator >::Ptr |
Definition at line 225 of file DashboardState.h.
typedef DashboardState_<ContainerAllocator> pr2_msgs::DashboardState_< ContainerAllocator >::Type |
Definition at line 18 of file DashboardState.h.
pr2_msgs::DashboardState_< ContainerAllocator >::DashboardState_ | ( | ) | [inline] |
Definition at line 20 of file DashboardState.h.
pr2_msgs::DashboardState_< ContainerAllocator >::DashboardState_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 32 of file DashboardState.h.
ROS_DEPRECATED const std::string pr2_msgs::DashboardState_< ContainerAllocator >::__getDataType | ( | ) | const [inline] |
Definition at line 74 of file DashboardState.h.
ROS_DEPRECATED const std::string pr2_msgs::DashboardState_< ContainerAllocator >::__getMD5Sum | ( | ) | const [inline] |
Definition at line 81 of file DashboardState.h.
ROS_DEPRECATED const std::string pr2_msgs::DashboardState_< ContainerAllocator >::__getMessageDefinition | ( | ) | const [inline] |
Definition at line 181 of file DashboardState.h.
static ROS_DEPRECATED const std::string pr2_msgs::DashboardState_< ContainerAllocator >::__s_getDataType | ( | ) | [inline, static] |
Definition at line 72 of file DashboardState.h.
static const char* pr2_msgs::DashboardState_< ContainerAllocator >::__s_getDataType_ | ( | ) | [inline, static, private] |
Definition at line 70 of file DashboardState.h.
static ROS_DEPRECATED const std::string pr2_msgs::DashboardState_< ContainerAllocator >::__s_getMD5Sum | ( | ) | [inline, static] |
Definition at line 79 of file DashboardState.h.
static const char* pr2_msgs::DashboardState_< ContainerAllocator >::__s_getMD5Sum_ | ( | ) | [inline, static, private] |
Definition at line 77 of file DashboardState.h.
static ROS_DEPRECATED const std::string pr2_msgs::DashboardState_< ContainerAllocator >::__s_getMessageDefinition | ( | ) | [inline, static] |
Definition at line 179 of file DashboardState.h.
static const char* pr2_msgs::DashboardState_< ContainerAllocator >::__s_getMessageDefinition_ | ( | ) | [inline, static, private] |
Definition at line 84 of file DashboardState.h.
virtual ROS_DEPRECATED uint8_t* pr2_msgs::DashboardState_< ContainerAllocator >::deserialize | ( | uint8_t * | read_ptr | ) | [inline, virtual] |
Definition at line 197 of file DashboardState.h.
virtual ROS_DEPRECATED uint32_t pr2_msgs::DashboardState_< ContainerAllocator >::serializationLength | ( | ) | const [inline, virtual] |
Definition at line 211 of file DashboardState.h.
virtual ROS_DEPRECATED uint8_t* pr2_msgs::DashboardState_< ContainerAllocator >::serialize | ( | uint8_t * | write_ptr, | |
uint32_t | seq | |||
) | const [inline, virtual] |
Definition at line 183 of file DashboardState.h.
::pr2_msgs::AccessPoint_<ContainerAllocator> pr2_msgs::DashboardState_< ContainerAllocator >::access_point |
Definition at line 63 of file DashboardState.h.
uint8_t pr2_msgs::DashboardState_< ContainerAllocator >::access_point_valid |
Definition at line 66 of file DashboardState.h.
::std_msgs::Bool_<ContainerAllocator> pr2_msgs::DashboardState_< ContainerAllocator >::motors_halted |
Definition at line 45 of file DashboardState.h.
uint8_t pr2_msgs::DashboardState_< ContainerAllocator >::motors_halted_valid |
Definition at line 48 of file DashboardState.h.
::pr2_msgs::PowerBoardState_<ContainerAllocator> pr2_msgs::DashboardState_< ContainerAllocator >::power_board_state |
Definition at line 51 of file DashboardState.h.
uint8_t pr2_msgs::DashboardState_< ContainerAllocator >::power_board_state_valid |
Definition at line 54 of file DashboardState.h.
::pr2_msgs::PowerState_<ContainerAllocator> pr2_msgs::DashboardState_< ContainerAllocator >::power_state |
Definition at line 57 of file DashboardState.h.
uint8_t pr2_msgs::DashboardState_< ContainerAllocator >::power_state_valid |
Definition at line 60 of file DashboardState.h.