joint_qualification_controllers::JointData_< ContainerAllocator > Struct Template Reference

#include <JointData.h>

List of all members.

Public Types

typedef int8_t _has_safety_type
typedef int16_t _index_type
typedef int8_t _is_cal_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_name_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_type_type
typedef boost::shared_ptr
< ::joint_qualification_controllers::JointData_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::joint_qualification_controllers::JointData_
< ContainerAllocator > > 
Ptr
typedef JointData_
< 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)
 JointData_ (const ContainerAllocator &_alloc)
 JointData_ ()
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

int8_t has_safety
int16_t index
int8_t is_cal
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
name
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
type

Static Private Member Functions

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

Detailed Description

template<class ContainerAllocator>
struct joint_qualification_controllers::JointData_< ContainerAllocator >

Definition at line 17 of file JointData.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef int8_t joint_qualification_controllers::JointData_< ContainerAllocator >::_has_safety_type

Definition at line 48 of file JointData.h.

template<class ContainerAllocator >
typedef int16_t joint_qualification_controllers::JointData_< ContainerAllocator >::_index_type

Definition at line 39 of file JointData.h.

template<class ContainerAllocator >
typedef int8_t joint_qualification_controllers::JointData_< ContainerAllocator >::_is_cal_type

Definition at line 45 of file JointData.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > joint_qualification_controllers::JointData_< ContainerAllocator >::_name_type

Definition at line 42 of file JointData.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > joint_qualification_controllers::JointData_< ContainerAllocator >::_type_type

Definition at line 51 of file JointData.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::joint_qualification_controllers::JointData_<ContainerAllocator> const> joint_qualification_controllers::JointData_< ContainerAllocator >::ConstPtr

Definition at line 117 of file JointData.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::joint_qualification_controllers::JointData_<ContainerAllocator> > joint_qualification_controllers::JointData_< ContainerAllocator >::Ptr

Definition at line 116 of file JointData.h.

template<class ContainerAllocator >
typedef JointData_<ContainerAllocator> joint_qualification_controllers::JointData_< ContainerAllocator >::Type

Definition at line 19 of file JointData.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
joint_qualification_controllers::JointData_< ContainerAllocator >::JointData_ (  )  [inline]

Definition at line 21 of file JointData.h.

template<class ContainerAllocator >
joint_qualification_controllers::JointData_< ContainerAllocator >::JointData_ ( const ContainerAllocator &  _alloc  )  [inline]

Definition at line 30 of file JointData.h.


Member Function Documentation

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

Definition at line 60 of file JointData.h.

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

Definition at line 67 of file JointData.h.

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

Definition at line 81 of file JointData.h.

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

Definition at line 58 of file JointData.h.

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

Definition at line 56 of file JointData.h.

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

Definition at line 65 of file JointData.h.

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

Definition at line 63 of file JointData.h.

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

Definition at line 79 of file JointData.h.

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

Definition at line 70 of file JointData.h.

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

Definition at line 94 of file JointData.h.

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

Definition at line 105 of file JointData.h.

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

Definition at line 83 of file JointData.h.


Member Data Documentation

template<class ContainerAllocator >
int8_t joint_qualification_controllers::JointData_< ContainerAllocator >::has_safety

Definition at line 49 of file JointData.h.

template<class ContainerAllocator >
int16_t joint_qualification_controllers::JointData_< ContainerAllocator >::index

Definition at line 40 of file JointData.h.

template<class ContainerAllocator >
int8_t joint_qualification_controllers::JointData_< ContainerAllocator >::is_cal

Definition at line 46 of file JointData.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > joint_qualification_controllers::JointData_< ContainerAllocator >::name

Definition at line 43 of file JointData.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > joint_qualification_controllers::JointData_< ContainerAllocator >::type

Definition at line 52 of file JointData.h.


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


joint_qualification_controllers
Author(s): Kevin Watts, Melonee Wise
autogenerated on Fri Jan 11 09:54:10 2013