$search
#include <ShadowPST.h>
Public Types | |
typedef ::std_msgs::Header_ < ContainerAllocator > | _header_type |
typedef std::vector< int16_t, typename ContainerAllocator::template rebind< int16_t >::other > | _pressure_type |
typedef std::vector< int16_t, typename ContainerAllocator::template rebind< int16_t >::other > | _temperature_type |
typedef boost::shared_ptr < ::sr_robot_msgs::ShadowPST_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::sr_robot_msgs::ShadowPST_ < ContainerAllocator > > | Ptr |
typedef ShadowPST_ < 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 |
virtual ROS_DEPRECATED uint8_t * | deserialize (uint8_t *read_ptr) |
ROS_DEPRECATED uint32_t | get_pressure_size () const |
ROS_DEPRECATED void | get_pressure_vec (std::vector< int16_t, typename ContainerAllocator::template rebind< int16_t >::other > &vec) const |
ROS_DEPRECATED uint32_t | get_temperature_size () const |
ROS_DEPRECATED void | get_temperature_vec (std::vector< int16_t, typename ContainerAllocator::template rebind< int16_t >::other > &vec) const |
virtual ROS_DEPRECATED uint32_t | serializationLength () const |
virtual ROS_DEPRECATED uint8_t * | serialize (uint8_t *write_ptr, uint32_t seq) const |
ROS_DEPRECATED void | set_pressure_size (uint32_t size) |
ROS_DEPRECATED void | set_pressure_vec (const std::vector< int16_t, typename ContainerAllocator::template rebind< int16_t >::other > &vec) |
ROS_DEPRECATED void | set_temperature_size (uint32_t size) |
ROS_DEPRECATED void | set_temperature_vec (const std::vector< int16_t, typename ContainerAllocator::template rebind< int16_t >::other > &vec) |
ShadowPST_ (const ContainerAllocator &_alloc) | |
ShadowPST_ () | |
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 | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
::std_msgs::Header_ < ContainerAllocator > | header |
std::vector< int16_t, typename ContainerAllocator::template rebind< int16_t >::other > | pressure |
std::vector< int16_t, typename ContainerAllocator::template rebind< int16_t >::other > | temperature |
Static Private Member Functions | |
static const char * | __s_getDataType_ () |
static const char * | __s_getMD5Sum_ () |
static const char * | __s_getMessageDefinition_ () |
Definition at line 22 of file ShadowPST.h.
typedef ::std_msgs::Header_<ContainerAllocator> sr_robot_msgs::ShadowPST_< ContainerAllocator >::_header_type |
Definition at line 39 of file ShadowPST.h.
typedef std::vector<int16_t, typename ContainerAllocator::template rebind<int16_t>::other > sr_robot_msgs::ShadowPST_< ContainerAllocator >::_pressure_type |
Definition at line 42 of file ShadowPST.h.
typedef std::vector<int16_t, typename ContainerAllocator::template rebind<int16_t>::other > sr_robot_msgs::ShadowPST_< ContainerAllocator >::_temperature_type |
Definition at line 45 of file ShadowPST.h.
typedef boost::shared_ptr< ::sr_robot_msgs::ShadowPST_<ContainerAllocator> const> sr_robot_msgs::ShadowPST_< ContainerAllocator >::ConstPtr |
Definition at line 128 of file ShadowPST.h.
typedef boost::shared_ptr< ::sr_robot_msgs::ShadowPST_<ContainerAllocator> > sr_robot_msgs::ShadowPST_< ContainerAllocator >::Ptr |
Definition at line 127 of file ShadowPST.h.
typedef ShadowPST_<ContainerAllocator> sr_robot_msgs::ShadowPST_< ContainerAllocator >::Type |
Definition at line 23 of file ShadowPST.h.
sr_robot_msgs::ShadowPST_< ContainerAllocator >::ShadowPST_ | ( | ) | [inline] |
Definition at line 25 of file ShadowPST.h.
sr_robot_msgs::ShadowPST_< ContainerAllocator >::ShadowPST_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 32 of file ShadowPST.h.
ROS_DEPRECATED const std::string sr_robot_msgs::ShadowPST_< ContainerAllocator >::__getDataType | ( | ) | const [inline] |
Definition at line 62 of file ShadowPST.h.
ROS_DEPRECATED const std::string sr_robot_msgs::ShadowPST_< ContainerAllocator >::__getMD5Sum | ( | ) | const [inline] |
Definition at line 69 of file ShadowPST.h.
ROS_DEPRECATED const std::string sr_robot_msgs::ShadowPST_< ContainerAllocator >::__getMessageDefinition | ( | ) | const [inline] |
Definition at line 98 of file ShadowPST.h.
static ROS_DEPRECATED const std::string sr_robot_msgs::ShadowPST_< ContainerAllocator >::__s_getDataType | ( | ) | [inline, static] |
Definition at line 60 of file ShadowPST.h.
static const char* sr_robot_msgs::ShadowPST_< ContainerAllocator >::__s_getDataType_ | ( | ) | [inline, static, private] |
Definition at line 58 of file ShadowPST.h.
static ROS_DEPRECATED const std::string sr_robot_msgs::ShadowPST_< ContainerAllocator >::__s_getMD5Sum | ( | ) | [inline, static] |
Definition at line 67 of file ShadowPST.h.
static const char* sr_robot_msgs::ShadowPST_< ContainerAllocator >::__s_getMD5Sum_ | ( | ) | [inline, static, private] |
Definition at line 65 of file ShadowPST.h.
static ROS_DEPRECATED const std::string sr_robot_msgs::ShadowPST_< ContainerAllocator >::__s_getMessageDefinition | ( | ) | [inline, static] |
Definition at line 96 of file ShadowPST.h.
static const char* sr_robot_msgs::ShadowPST_< ContainerAllocator >::__s_getMessageDefinition_ | ( | ) | [inline, static, private] |
Definition at line 72 of file ShadowPST.h.
virtual ROS_DEPRECATED uint8_t* sr_robot_msgs::ShadowPST_< ContainerAllocator >::deserialize | ( | uint8_t * | read_ptr | ) | [inline, virtual] |
Definition at line 109 of file ShadowPST.h.
ROS_DEPRECATED uint32_t sr_robot_msgs::ShadowPST_< ContainerAllocator >::get_pressure_size | ( | ) | const [inline] |
Definition at line 49 of file ShadowPST.h.
ROS_DEPRECATED void sr_robot_msgs::ShadowPST_< ContainerAllocator >::get_pressure_vec | ( | std::vector< int16_t, typename ContainerAllocator::template rebind< int16_t >::other > & | vec | ) | const [inline] |
Definition at line 51 of file ShadowPST.h.
ROS_DEPRECATED uint32_t sr_robot_msgs::ShadowPST_< ContainerAllocator >::get_temperature_size | ( | ) | const [inline] |
Definition at line 53 of file ShadowPST.h.
ROS_DEPRECATED void sr_robot_msgs::ShadowPST_< ContainerAllocator >::get_temperature_vec | ( | std::vector< int16_t, typename ContainerAllocator::template rebind< int16_t >::other > & | vec | ) | const [inline] |
Definition at line 55 of file ShadowPST.h.
virtual ROS_DEPRECATED uint32_t sr_robot_msgs::ShadowPST_< ContainerAllocator >::serializationLength | ( | ) | const [inline, virtual] |
Definition at line 118 of file ShadowPST.h.
virtual ROS_DEPRECATED uint8_t* sr_robot_msgs::ShadowPST_< ContainerAllocator >::serialize | ( | uint8_t * | write_ptr, | |
uint32_t | seq | |||
) | const [inline, virtual] |
Definition at line 100 of file ShadowPST.h.
ROS_DEPRECATED void sr_robot_msgs::ShadowPST_< ContainerAllocator >::set_pressure_size | ( | uint32_t | size | ) | [inline] |
Definition at line 50 of file ShadowPST.h.
ROS_DEPRECATED void sr_robot_msgs::ShadowPST_< ContainerAllocator >::set_pressure_vec | ( | const std::vector< int16_t, typename ContainerAllocator::template rebind< int16_t >::other > & | vec | ) | [inline] |
Definition at line 52 of file ShadowPST.h.
ROS_DEPRECATED void sr_robot_msgs::ShadowPST_< ContainerAllocator >::set_temperature_size | ( | uint32_t | size | ) | [inline] |
Definition at line 54 of file ShadowPST.h.
ROS_DEPRECATED void sr_robot_msgs::ShadowPST_< ContainerAllocator >::set_temperature_vec | ( | const std::vector< int16_t, typename ContainerAllocator::template rebind< int16_t >::other > & | vec | ) | [inline] |
Definition at line 56 of file ShadowPST.h.
boost::shared_ptr<std::map<std::string, std::string> > sr_robot_msgs::ShadowPST_< ContainerAllocator >::__connection_header |
Definition at line 129 of file ShadowPST.h.
::std_msgs::Header_<ContainerAllocator> sr_robot_msgs::ShadowPST_< ContainerAllocator >::header |
Definition at line 40 of file ShadowPST.h.
std::vector<int16_t, typename ContainerAllocator::template rebind<int16_t>::other > sr_robot_msgs::ShadowPST_< ContainerAllocator >::pressure |
Definition at line 43 of file ShadowPST.h.
std::vector<int16_t, typename ContainerAllocator::template rebind<int16_t>::other > sr_robot_msgs::ShadowPST_< ContainerAllocator >::temperature |
Definition at line 46 of file ShadowPST.h.