Public Types | Public Member Functions | Public Attributes | Static Public Attributes
nasa_r2_common_msgs::JointCommand_< ContainerAllocator > Struct Template Reference

#include <JointCommand.h>

List of all members.

Public Types

typedef std::vector< double,
typename
ContainerAllocator::template
rebind< double >::other > 
_derivativeGain_type
typedef std::vector< double,
typename
ContainerAllocator::template
rebind< double >::other > 
_desiredPosition_type
typedef std::vector< double,
typename
ContainerAllocator::template
rebind< double >::other > 
_desiredPositionVelocityLimit_type
typedef std::vector< double,
typename
ContainerAllocator::template
rebind< double >::other > 
_feedForwardTorque_type
typedef ::std_msgs::Header_
< ContainerAllocator > 
_header_type
typedef std::vector< double,
typename
ContainerAllocator::template
rebind< double >::other > 
_integralGain_type
typedef std::vector
< std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
, typename
ContainerAllocator::template
rebind< std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
>::other > 
_name_type
typedef std::vector< double,
typename
ContainerAllocator::template
rebind< double >::other > 
_positionLoopTorqueLimit_type
typedef std::vector< double,
typename
ContainerAllocator::template
rebind< double >::other > 
_positionLoopWindupLimit_type
typedef std::vector< double,
typename
ContainerAllocator::template
rebind< double >::other > 
_proportionalGain_type
typedef std::vector< double,
typename
ContainerAllocator::template
rebind< double >::other > 
_torqueLoopVelocityLimit_type
typedef boost::shared_ptr
< ::nasa_r2_common_msgs::JointCommand_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::nasa_r2_common_msgs::JointCommand_
< ContainerAllocator > > 
Ptr
typedef JointCommand_
< ContainerAllocator > 
Type

Public Member Functions

 JointCommand_ ()
 JointCommand_ (const ContainerAllocator &_alloc)

Public Attributes

boost::shared_ptr< std::map
< std::string, std::string > > 
__connection_header
std::vector< double, typename
ContainerAllocator::template
rebind< double >::other > 
derivativeGain
std::vector< double, typename
ContainerAllocator::template
rebind< double >::other > 
desiredPosition
std::vector< double, typename
ContainerAllocator::template
rebind< double >::other > 
desiredPositionVelocityLimit
std::vector< double, typename
ContainerAllocator::template
rebind< double >::other > 
feedForwardTorque
::std_msgs::Header_
< ContainerAllocator > 
header
std::vector< double, typename
ContainerAllocator::template
rebind< double >::other > 
integralGain
std::vector< std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
, typename
ContainerAllocator::template
rebind< std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
>::other > 
name
std::vector< double, typename
ContainerAllocator::template
rebind< double >::other > 
positionLoopTorqueLimit
std::vector< double, typename
ContainerAllocator::template
rebind< double >::other > 
positionLoopWindupLimit
std::vector< double, typename
ContainerAllocator::template
rebind< double >::other > 
proportionalGain
std::vector< double, typename
ContainerAllocator::template
rebind< double >::other > 
torqueLoopVelocityLimit

Static Public Attributes

static const std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
FULL = "full"
static const std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
GRAVITY = "gravity"
static const std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
INERTIA = "inertia"
static const std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
NONE = "none"

Detailed Description

template<class ContainerAllocator>
struct nasa_r2_common_msgs::JointCommand_< ContainerAllocator >

Definition at line 22 of file JointCommand.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > nasa_r2_common_msgs::JointCommand_< ContainerAllocator >::_derivativeGain_type

Definition at line 73 of file JointCommand.h.

template<class ContainerAllocator >
typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > nasa_r2_common_msgs::JointCommand_< ContainerAllocator >::_desiredPosition_type

Definition at line 61 of file JointCommand.h.

template<class ContainerAllocator >
typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > nasa_r2_common_msgs::JointCommand_< ContainerAllocator >::_desiredPositionVelocityLimit_type

Definition at line 64 of file JointCommand.h.

template<class ContainerAllocator >
typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > nasa_r2_common_msgs::JointCommand_< ContainerAllocator >::_feedForwardTorque_type

Definition at line 67 of file JointCommand.h.

template<class ContainerAllocator >
typedef ::std_msgs::Header_<ContainerAllocator> nasa_r2_common_msgs::JointCommand_< ContainerAllocator >::_header_type

Definition at line 55 of file JointCommand.h.

template<class ContainerAllocator >
typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > nasa_r2_common_msgs::JointCommand_< ContainerAllocator >::_integralGain_type

Definition at line 76 of file JointCommand.h.

template<class ContainerAllocator >
typedef std::vector<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , typename ContainerAllocator::template rebind<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::other > nasa_r2_common_msgs::JointCommand_< ContainerAllocator >::_name_type

Definition at line 58 of file JointCommand.h.

template<class ContainerAllocator >
typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > nasa_r2_common_msgs::JointCommand_< ContainerAllocator >::_positionLoopTorqueLimit_type

Definition at line 79 of file JointCommand.h.

template<class ContainerAllocator >
typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > nasa_r2_common_msgs::JointCommand_< ContainerAllocator >::_positionLoopWindupLimit_type

Definition at line 82 of file JointCommand.h.

template<class ContainerAllocator >
typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > nasa_r2_common_msgs::JointCommand_< ContainerAllocator >::_proportionalGain_type

Definition at line 70 of file JointCommand.h.

template<class ContainerAllocator >
typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > nasa_r2_common_msgs::JointCommand_< ContainerAllocator >::_torqueLoopVelocityLimit_type

Definition at line 85 of file JointCommand.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::nasa_r2_common_msgs::JointCommand_<ContainerAllocator> const> nasa_r2_common_msgs::JointCommand_< ContainerAllocator >::ConstPtr

Definition at line 94 of file JointCommand.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::nasa_r2_common_msgs::JointCommand_<ContainerAllocator> > nasa_r2_common_msgs::JointCommand_< ContainerAllocator >::Ptr

Definition at line 93 of file JointCommand.h.

template<class ContainerAllocator >
typedef JointCommand_<ContainerAllocator> nasa_r2_common_msgs::JointCommand_< ContainerAllocator >::Type

Definition at line 23 of file JointCommand.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
nasa_r2_common_msgs::JointCommand_< ContainerAllocator >::JointCommand_ ( ) [inline]

Definition at line 25 of file JointCommand.h.

template<class ContainerAllocator >
nasa_r2_common_msgs::JointCommand_< ContainerAllocator >::JointCommand_ ( const ContainerAllocator &  _alloc) [inline]

Definition at line 40 of file JointCommand.h.


Member Data Documentation

template<class ContainerAllocator >
boost::shared_ptr<std::map<std::string, std::string> > nasa_r2_common_msgs::JointCommand_< ContainerAllocator >::__connection_header

Definition at line 95 of file JointCommand.h.

template<class ContainerAllocator >
std::vector<double, typename ContainerAllocator::template rebind<double>::other > nasa_r2_common_msgs::JointCommand_< ContainerAllocator >::derivativeGain

Definition at line 74 of file JointCommand.h.

template<class ContainerAllocator >
std::vector<double, typename ContainerAllocator::template rebind<double>::other > nasa_r2_common_msgs::JointCommand_< ContainerAllocator >::desiredPosition

Definition at line 62 of file JointCommand.h.

template<class ContainerAllocator >
std::vector<double, typename ContainerAllocator::template rebind<double>::other > nasa_r2_common_msgs::JointCommand_< ContainerAllocator >::desiredPositionVelocityLimit

Definition at line 65 of file JointCommand.h.

template<class ContainerAllocator >
std::vector<double, typename ContainerAllocator::template rebind<double>::other > nasa_r2_common_msgs::JointCommand_< ContainerAllocator >::feedForwardTorque

Definition at line 68 of file JointCommand.h.

template<class ContainerAllocator >
const std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > nasa_r2_common_msgs::JointCommand_< ContainerAllocator >::FULL = "full" [static]

Definition at line 88 of file JointCommand.h.

template<class ContainerAllocator >
const std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > nasa_r2_common_msgs::JointCommand_< ContainerAllocator >::GRAVITY = "gravity" [static]

Definition at line 89 of file JointCommand.h.

template<class ContainerAllocator >
::std_msgs::Header_<ContainerAllocator> nasa_r2_common_msgs::JointCommand_< ContainerAllocator >::header

Definition at line 56 of file JointCommand.h.

template<class ContainerAllocator >
const std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > nasa_r2_common_msgs::JointCommand_< ContainerAllocator >::INERTIA = "inertia" [static]

Definition at line 90 of file JointCommand.h.

template<class ContainerAllocator >
std::vector<double, typename ContainerAllocator::template rebind<double>::other > nasa_r2_common_msgs::JointCommand_< ContainerAllocator >::integralGain

Definition at line 77 of file JointCommand.h.

template<class ContainerAllocator >
std::vector<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , typename ContainerAllocator::template rebind<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::other > nasa_r2_common_msgs::JointCommand_< ContainerAllocator >::name

Definition at line 59 of file JointCommand.h.

template<class ContainerAllocator >
const std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > nasa_r2_common_msgs::JointCommand_< ContainerAllocator >::NONE = "none" [static]

Definition at line 91 of file JointCommand.h.

template<class ContainerAllocator >
std::vector<double, typename ContainerAllocator::template rebind<double>::other > nasa_r2_common_msgs::JointCommand_< ContainerAllocator >::positionLoopTorqueLimit

Definition at line 80 of file JointCommand.h.

template<class ContainerAllocator >
std::vector<double, typename ContainerAllocator::template rebind<double>::other > nasa_r2_common_msgs::JointCommand_< ContainerAllocator >::positionLoopWindupLimit

Definition at line 83 of file JointCommand.h.

template<class ContainerAllocator >
std::vector<double, typename ContainerAllocator::template rebind<double>::other > nasa_r2_common_msgs::JointCommand_< ContainerAllocator >::proportionalGain

Definition at line 71 of file JointCommand.h.

template<class ContainerAllocator >
std::vector<double, typename ContainerAllocator::template rebind<double>::other > nasa_r2_common_msgs::JointCommand_< ContainerAllocator >::torqueLoopVelocityLimit

Definition at line 86 of file JointCommand.h.


The documentation for this struct was generated from the following file:


nasa_r2_common_msgs
Author(s): Paul Dinh. Maintained by Jennifer Turner
autogenerated on Mon Oct 6 2014 02:42:34