$search
#include <GetJointProperties.h>
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_ () |
Definition at line 106 of file GetJointProperties.h.
typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > gazebo::GetJointPropertiesResponse_< ContainerAllocator >::_damping_type |
Definition at line 132 of file GetJointProperties.h.
typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > gazebo::GetJointPropertiesResponse_< ContainerAllocator >::_position_type |
Definition at line 135 of file GetJointProperties.h.
typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > gazebo::GetJointPropertiesResponse_< ContainerAllocator >::_rate_type |
Definition at line 138 of file GetJointProperties.h.
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.
typedef uint8_t gazebo::GetJointPropertiesResponse_< ContainerAllocator >::_success_type |
Definition at line 141 of file GetJointProperties.h.
typedef uint8_t gazebo::GetJointPropertiesResponse_< ContainerAllocator >::_type_type |
Definition at line 129 of file GetJointProperties.h.
typedef boost::shared_ptr< ::gazebo::GetJointPropertiesResponse_<ContainerAllocator> const> gazebo::GetJointPropertiesResponse_< ContainerAllocator >::ConstPtr |
Definition at line 249 of file GetJointProperties.h.
typedef boost::shared_ptr< ::gazebo::GetJointPropertiesResponse_<ContainerAllocator> > gazebo::GetJointPropertiesResponse_< ContainerAllocator >::Ptr |
Definition at line 248 of file GetJointProperties.h.
typedef GetJointPropertiesResponse_<ContainerAllocator> gazebo::GetJointPropertiesResponse_< ContainerAllocator >::Type |
Definition at line 107 of file GetJointProperties.h.
anonymous enum |
Definition at line 147 of file GetJointProperties.h.
anonymous enum |
Definition at line 148 of file GetJointProperties.h.
anonymous enum |
Definition at line 149 of file GetJointProperties.h.
anonymous enum |
Definition at line 150 of file GetJointProperties.h.
anonymous enum |
Definition at line 151 of file GetJointProperties.h.
anonymous enum |
Definition at line 152 of file GetJointProperties.h.
gazebo::GetJointPropertiesResponse_< ContainerAllocator >::GetJointPropertiesResponse_ | ( | ) | [inline] |
Definition at line 109 of file GetJointProperties.h.
gazebo::GetJointPropertiesResponse_< ContainerAllocator >::GetJointPropertiesResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 119 of file GetJointProperties.h.
ROS_DEPRECATED const std::string gazebo::GetJointPropertiesResponse_< ContainerAllocator >::__getDataType | ( | ) | const [inline] |
Definition at line 171 of file GetJointProperties.h.
ROS_DEPRECATED const std::string gazebo::GetJointPropertiesResponse_< ContainerAllocator >::__getMD5Sum | ( | ) | const [inline] |
Definition at line 178 of file GetJointProperties.h.
ROS_DEPRECATED const std::string gazebo::GetJointPropertiesResponse_< ContainerAllocator >::__getMessageDefinition | ( | ) | const [inline] |
Definition at line 210 of file GetJointProperties.h.
ROS_DEPRECATED const std::string gazebo::GetJointPropertiesResponse_< ContainerAllocator >::__getServerMD5Sum | ( | ) | const [inline] |
Definition at line 185 of file GetJointProperties.h.
static ROS_DEPRECATED const std::string gazebo::GetJointPropertiesResponse_< ContainerAllocator >::__s_getDataType | ( | ) | [inline, static] |
Definition at line 169 of file GetJointProperties.h.
static const char* gazebo::GetJointPropertiesResponse_< ContainerAllocator >::__s_getDataType_ | ( | ) | [inline, static, private] |
Definition at line 167 of file GetJointProperties.h.
static ROS_DEPRECATED const std::string gazebo::GetJointPropertiesResponse_< ContainerAllocator >::__s_getMD5Sum | ( | ) | [inline, static] |
Definition at line 176 of file GetJointProperties.h.
static const char* gazebo::GetJointPropertiesResponse_< ContainerAllocator >::__s_getMD5Sum_ | ( | ) | [inline, static, private] |
Definition at line 174 of file GetJointProperties.h.
static ROS_DEPRECATED const std::string gazebo::GetJointPropertiesResponse_< ContainerAllocator >::__s_getMessageDefinition | ( | ) | [inline, static] |
Definition at line 208 of file GetJointProperties.h.
static const char* gazebo::GetJointPropertiesResponse_< ContainerAllocator >::__s_getMessageDefinition_ | ( | ) | [inline, static, private] |
Definition at line 188 of file GetJointProperties.h.
static ROS_DEPRECATED const std::string gazebo::GetJointPropertiesResponse_< ContainerAllocator >::__s_getServerMD5Sum | ( | ) | [inline, static] |
Definition at line 183 of file GetJointProperties.h.
static const char* gazebo::GetJointPropertiesResponse_< ContainerAllocator >::__s_getServerMD5Sum_ | ( | ) | [inline, static, private] |
Definition at line 181 of file GetJointProperties.h.
virtual ROS_DEPRECATED uint8_t* gazebo::GetJointPropertiesResponse_< ContainerAllocator >::deserialize | ( | uint8_t * | read_ptr | ) | [inline, virtual] |
Definition at line 224 of file GetJointProperties.h.
ROS_DEPRECATED uint32_t gazebo::GetJointPropertiesResponse_< ContainerAllocator >::get_damping_size | ( | ) | const [inline] |
Definition at line 154 of file GetJointProperties.h.
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.
ROS_DEPRECATED uint32_t gazebo::GetJointPropertiesResponse_< ContainerAllocator >::get_position_size | ( | ) | const [inline] |
Definition at line 158 of file GetJointProperties.h.
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.
ROS_DEPRECATED uint32_t gazebo::GetJointPropertiesResponse_< ContainerAllocator >::get_rate_size | ( | ) | const [inline] |
Definition at line 162 of file GetJointProperties.h.
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.
virtual ROS_DEPRECATED uint32_t gazebo::GetJointPropertiesResponse_< ContainerAllocator >::serializationLength | ( | ) | const [inline, virtual] |
Definition at line 236 of file GetJointProperties.h.
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.
ROS_DEPRECATED void gazebo::GetJointPropertiesResponse_< ContainerAllocator >::set_damping_size | ( | uint32_t | size | ) | [inline] |
Definition at line 155 of file GetJointProperties.h.
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.
ROS_DEPRECATED void gazebo::GetJointPropertiesResponse_< ContainerAllocator >::set_position_size | ( | uint32_t | size | ) | [inline] |
Definition at line 159 of file GetJointProperties.h.
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.
ROS_DEPRECATED void gazebo::GetJointPropertiesResponse_< ContainerAllocator >::set_rate_size | ( | uint32_t | size | ) | [inline] |
Definition at line 163 of file GetJointProperties.h.
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.
boost::shared_ptr<std::map<std::string, std::string> > gazebo::GetJointPropertiesResponse_< ContainerAllocator >::__connection_header |
Definition at line 250 of file GetJointProperties.h.
std::vector<double, typename ContainerAllocator::template rebind<double>::other > gazebo::GetJointPropertiesResponse_< ContainerAllocator >::damping |
Definition at line 133 of file GetJointProperties.h.
std::vector<double, typename ContainerAllocator::template rebind<double>::other > gazebo::GetJointPropertiesResponse_< ContainerAllocator >::position |
Definition at line 136 of file GetJointProperties.h.
std::vector<double, typename ContainerAllocator::template rebind<double>::other > gazebo::GetJointPropertiesResponse_< ContainerAllocator >::rate |
Definition at line 139 of file GetJointProperties.h.
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.
uint8_t gazebo::GetJointPropertiesResponse_< ContainerAllocator >::success |
Definition at line 142 of file GetJointProperties.h.
uint8_t gazebo::GetJointPropertiesResponse_< ContainerAllocator >::type |
Definition at line 130 of file GetJointProperties.h.