$search

gazebo::GetJointPropertiesResponse_< ContainerAllocator > Struct Template Reference

#include <GetJointProperties.h>

List of all members.

Public Types

enum  { REVOLUTE = 0 }
enum  { CONTINUOUS = 1 }
enum  { PRISMATIC = 2 }
enum  { FIXED = 3 }
enum  { BALL = 4 }
enum  { UNIVERSAL = 5 }
typedef std::vector< double,
typename
ContainerAllocator::template
rebind< double >::other > 
_damping_type
typedef std::vector< double,
typename
ContainerAllocator::template
rebind< double >::other > 
_position_type
typedef std::vector< double,
typename
ContainerAllocator::template
rebind< double >::other > 
_rate_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_status_message_type
typedef uint8_t _success_type
typedef uint8_t _type_type
typedef boost::shared_ptr
< ::gazebo::GetJointPropertiesResponse_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::gazebo::GetJointPropertiesResponse_
< ContainerAllocator > > 
Ptr
typedef
GetJointPropertiesResponse_
< 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
ROS_DEPRECATED const std::string __getServerMD5Sum () const
virtual ROS_DEPRECATED uint8_t * deserialize (uint8_t *read_ptr)
ROS_DEPRECATED uint32_t get_damping_size () const
ROS_DEPRECATED void get_damping_vec (std::vector< double, typename ContainerAllocator::template rebind< double >::other > &vec) const
ROS_DEPRECATED uint32_t get_position_size () const
ROS_DEPRECATED void get_position_vec (std::vector< double, typename ContainerAllocator::template rebind< double >::other > &vec) const
ROS_DEPRECATED uint32_t get_rate_size () const
ROS_DEPRECATED void get_rate_vec (std::vector< double, typename ContainerAllocator::template rebind< double >::other > &vec) const
 GetJointPropertiesResponse_ (const ContainerAllocator &_alloc)
 GetJointPropertiesResponse_ ()
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_damping_size (uint32_t size)
ROS_DEPRECATED void set_damping_vec (const std::vector< double, typename ContainerAllocator::template rebind< double >::other > &vec)
ROS_DEPRECATED void set_position_size (uint32_t size)
ROS_DEPRECATED void set_position_vec (const std::vector< double, typename ContainerAllocator::template rebind< double >::other > &vec)
ROS_DEPRECATED void set_rate_size (uint32_t size)
ROS_DEPRECATED void set_rate_vec (const std::vector< double, typename ContainerAllocator::template rebind< double >::other > &vec)

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 ()
static ROS_DEPRECATED const
std::string 
__s_getServerMD5Sum ()

Public Attributes

boost::shared_ptr< std::map
< std::string, std::string > > 
__connection_header
std::vector< double, typename
ContainerAllocator::template
rebind< double >::other > 
damping
std::vector< double, typename
ContainerAllocator::template
rebind< double >::other > 
position
std::vector< double, typename
ContainerAllocator::template
rebind< double >::other > 
rate
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
status_message
uint8_t success
uint8_t type

Static Private Member Functions

static const char * __s_getDataType_ ()
static const char * __s_getMD5Sum_ ()
static const char * __s_getMessageDefinition_ ()
static const char * __s_getServerMD5Sum_ ()

Detailed Description

template<class ContainerAllocator>
struct gazebo::GetJointPropertiesResponse_< ContainerAllocator >

Definition at line 106 of file GetJointProperties.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > gazebo::GetJointPropertiesResponse_< ContainerAllocator >::_damping_type

Definition at line 132 of file GetJointProperties.h.

template<class ContainerAllocator >
typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > gazebo::GetJointPropertiesResponse_< ContainerAllocator >::_position_type

Definition at line 135 of file GetJointProperties.h.

template<class ContainerAllocator >
typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > gazebo::GetJointPropertiesResponse_< ContainerAllocator >::_rate_type

Definition at line 138 of file GetJointProperties.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > gazebo::GetJointPropertiesResponse_< ContainerAllocator >::_status_message_type

Definition at line 144 of file GetJointProperties.h.

template<class ContainerAllocator >
typedef uint8_t gazebo::GetJointPropertiesResponse_< ContainerAllocator >::_success_type

Definition at line 141 of file GetJointProperties.h.

template<class ContainerAllocator >
typedef uint8_t gazebo::GetJointPropertiesResponse_< ContainerAllocator >::_type_type

Definition at line 129 of file GetJointProperties.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::gazebo::GetJointPropertiesResponse_<ContainerAllocator> const> gazebo::GetJointPropertiesResponse_< ContainerAllocator >::ConstPtr

Definition at line 249 of file GetJointProperties.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::gazebo::GetJointPropertiesResponse_<ContainerAllocator> > gazebo::GetJointPropertiesResponse_< ContainerAllocator >::Ptr

Definition at line 248 of file GetJointProperties.h.

template<class ContainerAllocator >
typedef GetJointPropertiesResponse_<ContainerAllocator> gazebo::GetJointPropertiesResponse_< ContainerAllocator >::Type

Definition at line 107 of file GetJointProperties.h.


Member Enumeration Documentation

template<class ContainerAllocator >
anonymous enum
Enumerator:
REVOLUTE 

Definition at line 147 of file GetJointProperties.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
CONTINUOUS 

Definition at line 148 of file GetJointProperties.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
PRISMATIC 

Definition at line 149 of file GetJointProperties.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
FIXED 

Definition at line 150 of file GetJointProperties.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
BALL 

Definition at line 151 of file GetJointProperties.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
UNIVERSAL 

Definition at line 152 of file GetJointProperties.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
gazebo::GetJointPropertiesResponse_< ContainerAllocator >::GetJointPropertiesResponse_ (  )  [inline]

Definition at line 109 of file GetJointProperties.h.

template<class ContainerAllocator >
gazebo::GetJointPropertiesResponse_< ContainerAllocator >::GetJointPropertiesResponse_ ( const ContainerAllocator &  _alloc  )  [inline]

Definition at line 119 of file GetJointProperties.h.


Member Function Documentation

template<class ContainerAllocator >
ROS_DEPRECATED const std::string gazebo::GetJointPropertiesResponse_< ContainerAllocator >::__getDataType (  )  const [inline]

Definition at line 171 of file GetJointProperties.h.

template<class ContainerAllocator >
ROS_DEPRECATED const std::string gazebo::GetJointPropertiesResponse_< ContainerAllocator >::__getMD5Sum (  )  const [inline]

Definition at line 178 of file GetJointProperties.h.

template<class ContainerAllocator >
ROS_DEPRECATED const std::string gazebo::GetJointPropertiesResponse_< ContainerAllocator >::__getMessageDefinition (  )  const [inline]

Definition at line 210 of file GetJointProperties.h.

template<class ContainerAllocator >
ROS_DEPRECATED const std::string gazebo::GetJointPropertiesResponse_< ContainerAllocator >::__getServerMD5Sum (  )  const [inline]

Definition at line 185 of file GetJointProperties.h.

template<class ContainerAllocator >
static ROS_DEPRECATED const std::string gazebo::GetJointPropertiesResponse_< ContainerAllocator >::__s_getDataType (  )  [inline, static]

Definition at line 169 of file GetJointProperties.h.

template<class ContainerAllocator >
static const char* gazebo::GetJointPropertiesResponse_< ContainerAllocator >::__s_getDataType_ (  )  [inline, static, private]

Definition at line 167 of file GetJointProperties.h.

template<class ContainerAllocator >
static ROS_DEPRECATED const std::string gazebo::GetJointPropertiesResponse_< ContainerAllocator >::__s_getMD5Sum (  )  [inline, static]

Definition at line 176 of file GetJointProperties.h.

template<class ContainerAllocator >
static const char* gazebo::GetJointPropertiesResponse_< ContainerAllocator >::__s_getMD5Sum_ (  )  [inline, static, private]

Definition at line 174 of file GetJointProperties.h.

template<class ContainerAllocator >
static ROS_DEPRECATED const std::string gazebo::GetJointPropertiesResponse_< ContainerAllocator >::__s_getMessageDefinition (  )  [inline, static]

Definition at line 208 of file GetJointProperties.h.

template<class ContainerAllocator >
static const char* gazebo::GetJointPropertiesResponse_< ContainerAllocator >::__s_getMessageDefinition_ (  )  [inline, static, private]

Definition at line 188 of file GetJointProperties.h.

template<class ContainerAllocator >
static ROS_DEPRECATED const std::string gazebo::GetJointPropertiesResponse_< ContainerAllocator >::__s_getServerMD5Sum (  )  [inline, static]

Definition at line 183 of file GetJointProperties.h.

template<class ContainerAllocator >
static const char* gazebo::GetJointPropertiesResponse_< ContainerAllocator >::__s_getServerMD5Sum_ (  )  [inline, static, private]

Definition at line 181 of file GetJointProperties.h.

template<class ContainerAllocator >
virtual ROS_DEPRECATED uint8_t* gazebo::GetJointPropertiesResponse_< ContainerAllocator >::deserialize ( uint8_t *  read_ptr  )  [inline, virtual]

Definition at line 224 of file GetJointProperties.h.

template<class ContainerAllocator >
ROS_DEPRECATED uint32_t gazebo::GetJointPropertiesResponse_< ContainerAllocator >::get_damping_size (  )  const [inline]

Definition at line 154 of file GetJointProperties.h.

template<class ContainerAllocator >
ROS_DEPRECATED void gazebo::GetJointPropertiesResponse_< ContainerAllocator >::get_damping_vec ( std::vector< double, typename ContainerAllocator::template rebind< double >::other > &  vec  )  const [inline]

Definition at line 156 of file GetJointProperties.h.

template<class ContainerAllocator >
ROS_DEPRECATED uint32_t gazebo::GetJointPropertiesResponse_< ContainerAllocator >::get_position_size (  )  const [inline]

Definition at line 158 of file GetJointProperties.h.

template<class ContainerAllocator >
ROS_DEPRECATED void gazebo::GetJointPropertiesResponse_< ContainerAllocator >::get_position_vec ( std::vector< double, typename ContainerAllocator::template rebind< double >::other > &  vec  )  const [inline]

Definition at line 160 of file GetJointProperties.h.

template<class ContainerAllocator >
ROS_DEPRECATED uint32_t gazebo::GetJointPropertiesResponse_< ContainerAllocator >::get_rate_size (  )  const [inline]

Definition at line 162 of file GetJointProperties.h.

template<class ContainerAllocator >
ROS_DEPRECATED void gazebo::GetJointPropertiesResponse_< ContainerAllocator >::get_rate_vec ( std::vector< double, typename ContainerAllocator::template rebind< double >::other > &  vec  )  const [inline]

Definition at line 164 of file GetJointProperties.h.

template<class ContainerAllocator >
virtual ROS_DEPRECATED uint32_t gazebo::GetJointPropertiesResponse_< ContainerAllocator >::serializationLength (  )  const [inline, virtual]

Definition at line 236 of file GetJointProperties.h.

template<class ContainerAllocator >
virtual ROS_DEPRECATED uint8_t* gazebo::GetJointPropertiesResponse_< ContainerAllocator >::serialize ( uint8_t *  write_ptr,
uint32_t  seq 
) const [inline, virtual]

Definition at line 212 of file GetJointProperties.h.

template<class ContainerAllocator >
ROS_DEPRECATED void gazebo::GetJointPropertiesResponse_< ContainerAllocator >::set_damping_size ( uint32_t  size  )  [inline]

Definition at line 155 of file GetJointProperties.h.

template<class ContainerAllocator >
ROS_DEPRECATED void gazebo::GetJointPropertiesResponse_< ContainerAllocator >::set_damping_vec ( const std::vector< double, typename ContainerAllocator::template rebind< double >::other > &  vec  )  [inline]

Definition at line 157 of file GetJointProperties.h.

template<class ContainerAllocator >
ROS_DEPRECATED void gazebo::GetJointPropertiesResponse_< ContainerAllocator >::set_position_size ( uint32_t  size  )  [inline]

Definition at line 159 of file GetJointProperties.h.

template<class ContainerAllocator >
ROS_DEPRECATED void gazebo::GetJointPropertiesResponse_< ContainerAllocator >::set_position_vec ( const std::vector< double, typename ContainerAllocator::template rebind< double >::other > &  vec  )  [inline]

Definition at line 161 of file GetJointProperties.h.

template<class ContainerAllocator >
ROS_DEPRECATED void gazebo::GetJointPropertiesResponse_< ContainerAllocator >::set_rate_size ( uint32_t  size  )  [inline]

Definition at line 163 of file GetJointProperties.h.

template<class ContainerAllocator >
ROS_DEPRECATED void gazebo::GetJointPropertiesResponse_< ContainerAllocator >::set_rate_vec ( const std::vector< double, typename ContainerAllocator::template rebind< double >::other > &  vec  )  [inline]

Definition at line 165 of file GetJointProperties.h.


Member Data Documentation

template<class ContainerAllocator >
boost::shared_ptr<std::map<std::string, std::string> > gazebo::GetJointPropertiesResponse_< ContainerAllocator >::__connection_header

Definition at line 250 of file GetJointProperties.h.

template<class ContainerAllocator >
std::vector<double, typename ContainerAllocator::template rebind<double>::other > gazebo::GetJointPropertiesResponse_< ContainerAllocator >::damping

Definition at line 133 of file GetJointProperties.h.

template<class ContainerAllocator >
std::vector<double, typename ContainerAllocator::template rebind<double>::other > gazebo::GetJointPropertiesResponse_< ContainerAllocator >::position

Definition at line 136 of file GetJointProperties.h.

template<class ContainerAllocator >
std::vector<double, typename ContainerAllocator::template rebind<double>::other > gazebo::GetJointPropertiesResponse_< ContainerAllocator >::rate

Definition at line 139 of file GetJointProperties.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > gazebo::GetJointPropertiesResponse_< ContainerAllocator >::status_message

Definition at line 145 of file GetJointProperties.h.

template<class ContainerAllocator >
uint8_t gazebo::GetJointPropertiesResponse_< ContainerAllocator >::success

Definition at line 142 of file GetJointProperties.h.

template<class ContainerAllocator >
uint8_t gazebo::GetJointPropertiesResponse_< ContainerAllocator >::type

Definition at line 130 of file GetJointProperties.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends


gazebo
Author(s): Nate Koenig, Andrew Howard, with contributions from many others. See web page for a full credits llist.
autogenerated on Sat Mar 2 13:39:21 2013