actionlib::TestRequestGoal_< ContainerAllocator > Struct Template Reference

#include <TestRequestGoal.h>

List of all members.

Public Types

enum  { TERMINATE_SUCCESS = 0 }
enum  { TERMINATE_ABORTED = 1 }
enum  { TERMINATE_REJECTED = 2 }
enum  { TERMINATE_LOSE = 3 }
enum  { TERMINATE_DROP = 4 }
enum  { TERMINATE_EXCEPTION = 5 }
typedef ros::Duration _delay_accept_type
typedef ros::Duration _delay_terminate_type
typedef uint8_t _ignore_cancel_type
typedef uint8_t _is_simple_client_type
typedef ros::Duration _pause_status_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_result_text_type
typedef int32_t _terminate_status_type
typedef int32_t _the_result_type
typedef boost::shared_ptr
< ::actionlib::TestRequestGoal_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::actionlib::TestRequestGoal_
< ContainerAllocator > > 
Ptr
typedef TestRequestGoal_
< 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)
virtual ROS_DEPRECATED uint32_t serializationLength () const
virtual ROS_DEPRECATED uint8_t * serialize (uint8_t *write_ptr, uint32_t seq) const
 TestRequestGoal_ (const ContainerAllocator &_alloc)
 TestRequestGoal_ ()

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

ros::Duration delay_accept
ros::Duration delay_terminate
uint8_t ignore_cancel
uint8_t is_simple_client
ros::Duration pause_status
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
result_text
int32_t terminate_status
int32_t the_result

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 actionlib::TestRequestGoal_< ContainerAllocator >

Definition at line 17 of file TestRequestGoal.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef ros::Duration actionlib::TestRequestGoal_< ContainerAllocator >::_delay_accept_type

Definition at line 60 of file TestRequestGoal.h.

template<class ContainerAllocator >
typedef ros::Duration actionlib::TestRequestGoal_< ContainerAllocator >::_delay_terminate_type

Definition at line 63 of file TestRequestGoal.h.

template<class ContainerAllocator >
typedef uint8_t actionlib::TestRequestGoal_< ContainerAllocator >::_ignore_cancel_type

Definition at line 48 of file TestRequestGoal.h.

template<class ContainerAllocator >
typedef uint8_t actionlib::TestRequestGoal_< ContainerAllocator >::_is_simple_client_type

Definition at line 57 of file TestRequestGoal.h.

template<class ContainerAllocator >
typedef ros::Duration actionlib::TestRequestGoal_< ContainerAllocator >::_pause_status_type

Definition at line 66 of file TestRequestGoal.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > actionlib::TestRequestGoal_< ContainerAllocator >::_result_text_type

Definition at line 51 of file TestRequestGoal.h.

template<class ContainerAllocator >
typedef int32_t actionlib::TestRequestGoal_< ContainerAllocator >::_terminate_status_type

Definition at line 45 of file TestRequestGoal.h.

template<class ContainerAllocator >
typedef int32_t actionlib::TestRequestGoal_< ContainerAllocator >::_the_result_type

Definition at line 54 of file TestRequestGoal.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::actionlib::TestRequestGoal_<ContainerAllocator> const> actionlib::TestRequestGoal_< ContainerAllocator >::ConstPtr

Definition at line 156 of file TestRequestGoal.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::actionlib::TestRequestGoal_<ContainerAllocator> > actionlib::TestRequestGoal_< ContainerAllocator >::Ptr

Definition at line 155 of file TestRequestGoal.h.

template<class ContainerAllocator >
typedef TestRequestGoal_<ContainerAllocator> actionlib::TestRequestGoal_< ContainerAllocator >::Type

Definition at line 19 of file TestRequestGoal.h.


Member Enumeration Documentation

template<class ContainerAllocator >
anonymous enum
Enumerator:
TERMINATE_SUCCESS 

Definition at line 69 of file TestRequestGoal.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
TERMINATE_ABORTED 

Definition at line 70 of file TestRequestGoal.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
TERMINATE_REJECTED 

Definition at line 71 of file TestRequestGoal.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
TERMINATE_LOSE 

Definition at line 72 of file TestRequestGoal.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
TERMINATE_DROP 

Definition at line 73 of file TestRequestGoal.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
TERMINATE_EXCEPTION 

Definition at line 74 of file TestRequestGoal.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
actionlib::TestRequestGoal_< ContainerAllocator >::TestRequestGoal_ (  )  [inline]

Definition at line 21 of file TestRequestGoal.h.

template<class ContainerAllocator >
actionlib::TestRequestGoal_< ContainerAllocator >::TestRequestGoal_ ( const ContainerAllocator &  _alloc  )  [inline]

Definition at line 33 of file TestRequestGoal.h.


Member Function Documentation

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

Definition at line 81 of file TestRequestGoal.h.

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

Definition at line 88 of file TestRequestGoal.h.

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

Definition at line 111 of file TestRequestGoal.h.

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

Definition at line 79 of file TestRequestGoal.h.

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

Definition at line 77 of file TestRequestGoal.h.

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

Definition at line 86 of file TestRequestGoal.h.

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

Definition at line 84 of file TestRequestGoal.h.

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

Definition at line 109 of file TestRequestGoal.h.

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

Definition at line 91 of file TestRequestGoal.h.

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

Definition at line 127 of file TestRequestGoal.h.

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

Definition at line 141 of file TestRequestGoal.h.

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

Definition at line 113 of file TestRequestGoal.h.


Member Data Documentation

template<class ContainerAllocator >
ros::Duration actionlib::TestRequestGoal_< ContainerAllocator >::delay_accept

Definition at line 61 of file TestRequestGoal.h.

template<class ContainerAllocator >
ros::Duration actionlib::TestRequestGoal_< ContainerAllocator >::delay_terminate

Definition at line 64 of file TestRequestGoal.h.

template<class ContainerAllocator >
uint8_t actionlib::TestRequestGoal_< ContainerAllocator >::ignore_cancel

Definition at line 49 of file TestRequestGoal.h.

template<class ContainerAllocator >
uint8_t actionlib::TestRequestGoal_< ContainerAllocator >::is_simple_client

Definition at line 58 of file TestRequestGoal.h.

template<class ContainerAllocator >
ros::Duration actionlib::TestRequestGoal_< ContainerAllocator >::pause_status

Definition at line 67 of file TestRequestGoal.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > actionlib::TestRequestGoal_< ContainerAllocator >::result_text

Definition at line 52 of file TestRequestGoal.h.

template<class ContainerAllocator >
int32_t actionlib::TestRequestGoal_< ContainerAllocator >::terminate_status

Definition at line 46 of file TestRequestGoal.h.

template<class ContainerAllocator >
int32_t actionlib::TestRequestGoal_< ContainerAllocator >::the_result

Definition at line 55 of file TestRequestGoal.h.


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


actionlib
Author(s): Eitan Marder-Eppstein, Vijay Pradeep
autogenerated on Fri Jan 11 09:41:44 2013