pr2_self_test_msgs::TestResultRequest_< ContainerAllocator > Struct Template Reference

#include <TestResult.h>

List of all members.

Public Types

enum  { RESULT_PASS = 0 }
enum  { RESULT_FAIL = 1 }
enum  { RESULT_HUMAN_REQUIRED = 2 }
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_html_result_type
typedef std::vector
< ::pr2_self_test_msgs::TestParam_
< ContainerAllocator >
, typename
ContainerAllocator::template
rebind
< ::pr2_self_test_msgs::TestParam_
< ContainerAllocator >
>::other > 
_params_type
typedef std::vector
< ::pr2_self_test_msgs::Plot_
< ContainerAllocator >
, typename
ContainerAllocator::template
rebind
< ::pr2_self_test_msgs::Plot_
< ContainerAllocator >
>::other > 
_plots_type
typedef int8_t _result_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_text_summary_type
typedef std::vector
< ::pr2_self_test_msgs::TestValue_
< ContainerAllocator >
, typename
ContainerAllocator::template
rebind
< ::pr2_self_test_msgs::TestValue_
< ContainerAllocator >
>::other > 
_values_type
typedef boost::shared_ptr
< ::pr2_self_test_msgs::TestResultRequest_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::pr2_self_test_msgs::TestResultRequest_
< ContainerAllocator > > 
Ptr
typedef TestResultRequest_
< 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_params_size () const
ROS_DEPRECATED void get_params_vec (std::vector< ::pr2_self_test_msgs::TestParam_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::pr2_self_test_msgs::TestParam_< ContainerAllocator > >::other > &vec) const
ROS_DEPRECATED uint32_t get_plots_size () const
ROS_DEPRECATED void get_plots_vec (std::vector< ::pr2_self_test_msgs::Plot_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::pr2_self_test_msgs::Plot_< ContainerAllocator > >::other > &vec) const
ROS_DEPRECATED uint32_t get_values_size () const
ROS_DEPRECATED void get_values_vec (std::vector< ::pr2_self_test_msgs::TestValue_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::pr2_self_test_msgs::TestValue_< ContainerAllocator > >::other > &vec) const
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_params_size (uint32_t size)
ROS_DEPRECATED void set_params_vec (const std::vector< ::pr2_self_test_msgs::TestParam_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::pr2_self_test_msgs::TestParam_< ContainerAllocator > >::other > &vec)
ROS_DEPRECATED void set_plots_size (uint32_t size)
ROS_DEPRECATED void set_plots_vec (const std::vector< ::pr2_self_test_msgs::Plot_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::pr2_self_test_msgs::Plot_< ContainerAllocator > >::other > &vec)
ROS_DEPRECATED void set_values_size (uint32_t size)
ROS_DEPRECATED void set_values_vec (const std::vector< ::pr2_self_test_msgs::TestValue_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::pr2_self_test_msgs::TestValue_< ContainerAllocator > >::other > &vec)
 TestResultRequest_ (const ContainerAllocator &_alloc)
 TestResultRequest_ ()

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

std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
html_result
std::vector
< ::pr2_self_test_msgs::TestParam_
< ContainerAllocator >
, typename
ContainerAllocator::template
rebind
< ::pr2_self_test_msgs::TestParam_
< ContainerAllocator >
>::other > 
params
std::vector
< ::pr2_self_test_msgs::Plot_
< ContainerAllocator >
, typename
ContainerAllocator::template
rebind
< ::pr2_self_test_msgs::Plot_
< ContainerAllocator >
>::other > 
plots
int8_t result
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
text_summary
std::vector
< ::pr2_self_test_msgs::TestValue_
< ContainerAllocator >
, typename
ContainerAllocator::template
rebind
< ::pr2_self_test_msgs::TestValue_
< ContainerAllocator >
>::other > 
values

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 pr2_self_test_msgs::TestResultRequest_< ContainerAllocator >

Definition at line 20 of file TestResult.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > pr2_self_test_msgs::TestResultRequest_< ContainerAllocator >::_html_result_type

Definition at line 41 of file TestResult.h.

template<class ContainerAllocator >
typedef std::vector< ::pr2_self_test_msgs::TestParam_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::pr2_self_test_msgs::TestParam_<ContainerAllocator> >::other > pr2_self_test_msgs::TestResultRequest_< ContainerAllocator >::_params_type

Definition at line 53 of file TestResult.h.

template<class ContainerAllocator >
typedef std::vector< ::pr2_self_test_msgs::Plot_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::pr2_self_test_msgs::Plot_<ContainerAllocator> >::other > pr2_self_test_msgs::TestResultRequest_< ContainerAllocator >::_plots_type

Definition at line 50 of file TestResult.h.

template<class ContainerAllocator >
typedef int8_t pr2_self_test_msgs::TestResultRequest_< ContainerAllocator >::_result_type

Definition at line 47 of file TestResult.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > pr2_self_test_msgs::TestResultRequest_< ContainerAllocator >::_text_summary_type

Definition at line 44 of file TestResult.h.

template<class ContainerAllocator >
typedef std::vector< ::pr2_self_test_msgs::TestValue_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::pr2_self_test_msgs::TestValue_<ContainerAllocator> >::other > pr2_self_test_msgs::TestResultRequest_< ContainerAllocator >::_values_type

Definition at line 56 of file TestResult.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::pr2_self_test_msgs::TestResultRequest_<ContainerAllocator> const> pr2_self_test_msgs::TestResultRequest_< ContainerAllocator >::ConstPtr

Definition at line 171 of file TestResult.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::pr2_self_test_msgs::TestResultRequest_<ContainerAllocator> > pr2_self_test_msgs::TestResultRequest_< ContainerAllocator >::Ptr

Definition at line 170 of file TestResult.h.

template<class ContainerAllocator >
typedef TestResultRequest_<ContainerAllocator> pr2_self_test_msgs::TestResultRequest_< ContainerAllocator >::Type

Definition at line 19 of file TestResult.h.


Member Enumeration Documentation

template<class ContainerAllocator >
anonymous enum
Enumerator:
RESULT_PASS 

Definition at line 59 of file TestResult.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
RESULT_FAIL 

Definition at line 60 of file TestResult.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
RESULT_HUMAN_REQUIRED 

Definition at line 61 of file TestResult.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
pr2_self_test_msgs::TestResultRequest_< ContainerAllocator >::TestResultRequest_ (  )  [inline]

Definition at line 21 of file TestResult.h.

template<class ContainerAllocator >
pr2_self_test_msgs::TestResultRequest_< ContainerAllocator >::TestResultRequest_ ( const ContainerAllocator &  _alloc  )  [inline]

Definition at line 31 of file TestResult.h.


Member Function Documentation

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

Definition at line 80 of file TestResult.h.

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

Definition at line 87 of file TestResult.h.

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

Definition at line 132 of file TestResult.h.

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

Definition at line 94 of file TestResult.h.

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

Definition at line 78 of file TestResult.h.

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

Definition at line 76 of file TestResult.h.

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

Definition at line 85 of file TestResult.h.

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

Definition at line 83 of file TestResult.h.

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

Definition at line 130 of file TestResult.h.

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

Definition at line 97 of file TestResult.h.

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

Definition at line 92 of file TestResult.h.

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

Definition at line 90 of file TestResult.h.

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

Definition at line 146 of file TestResult.h.

template<class ContainerAllocator >
ROS_DEPRECATED uint32_t pr2_self_test_msgs::TestResultRequest_< ContainerAllocator >::get_params_size (  )  const [inline]

Definition at line 67 of file TestResult.h.

template<class ContainerAllocator >
ROS_DEPRECATED void pr2_self_test_msgs::TestResultRequest_< ContainerAllocator >::get_params_vec ( std::vector< ::pr2_self_test_msgs::TestParam_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::pr2_self_test_msgs::TestParam_< ContainerAllocator > >::other > &  vec  )  const [inline]

Definition at line 69 of file TestResult.h.

template<class ContainerAllocator >
ROS_DEPRECATED uint32_t pr2_self_test_msgs::TestResultRequest_< ContainerAllocator >::get_plots_size (  )  const [inline]

Definition at line 63 of file TestResult.h.

template<class ContainerAllocator >
ROS_DEPRECATED void pr2_self_test_msgs::TestResultRequest_< ContainerAllocator >::get_plots_vec ( std::vector< ::pr2_self_test_msgs::Plot_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::pr2_self_test_msgs::Plot_< ContainerAllocator > >::other > &  vec  )  const [inline]

Definition at line 65 of file TestResult.h.

template<class ContainerAllocator >
ROS_DEPRECATED uint32_t pr2_self_test_msgs::TestResultRequest_< ContainerAllocator >::get_values_size (  )  const [inline]

Definition at line 71 of file TestResult.h.

template<class ContainerAllocator >
ROS_DEPRECATED void pr2_self_test_msgs::TestResultRequest_< ContainerAllocator >::get_values_vec ( std::vector< ::pr2_self_test_msgs::TestValue_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::pr2_self_test_msgs::TestValue_< ContainerAllocator > >::other > &  vec  )  const [inline]

Definition at line 73 of file TestResult.h.

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

Definition at line 158 of file TestResult.h.

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

Definition at line 134 of file TestResult.h.

template<class ContainerAllocator >
ROS_DEPRECATED void pr2_self_test_msgs::TestResultRequest_< ContainerAllocator >::set_params_size ( uint32_t  size  )  [inline]

Definition at line 68 of file TestResult.h.

template<class ContainerAllocator >
ROS_DEPRECATED void pr2_self_test_msgs::TestResultRequest_< ContainerAllocator >::set_params_vec ( const std::vector< ::pr2_self_test_msgs::TestParam_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::pr2_self_test_msgs::TestParam_< ContainerAllocator > >::other > &  vec  )  [inline]

Definition at line 70 of file TestResult.h.

template<class ContainerAllocator >
ROS_DEPRECATED void pr2_self_test_msgs::TestResultRequest_< ContainerAllocator >::set_plots_size ( uint32_t  size  )  [inline]

Definition at line 64 of file TestResult.h.

template<class ContainerAllocator >
ROS_DEPRECATED void pr2_self_test_msgs::TestResultRequest_< ContainerAllocator >::set_plots_vec ( const std::vector< ::pr2_self_test_msgs::Plot_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::pr2_self_test_msgs::Plot_< ContainerAllocator > >::other > &  vec  )  [inline]

Definition at line 66 of file TestResult.h.

template<class ContainerAllocator >
ROS_DEPRECATED void pr2_self_test_msgs::TestResultRequest_< ContainerAllocator >::set_values_size ( uint32_t  size  )  [inline]

Definition at line 72 of file TestResult.h.

template<class ContainerAllocator >
ROS_DEPRECATED void pr2_self_test_msgs::TestResultRequest_< ContainerAllocator >::set_values_vec ( const std::vector< ::pr2_self_test_msgs::TestValue_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::pr2_self_test_msgs::TestValue_< ContainerAllocator > >::other > &  vec  )  [inline]

Definition at line 74 of file TestResult.h.


Member Data Documentation

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > pr2_self_test_msgs::TestResultRequest_< ContainerAllocator >::html_result

Definition at line 42 of file TestResult.h.

template<class ContainerAllocator >
std::vector< ::pr2_self_test_msgs::TestParam_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::pr2_self_test_msgs::TestParam_<ContainerAllocator> >::other > pr2_self_test_msgs::TestResultRequest_< ContainerAllocator >::params

Definition at line 54 of file TestResult.h.

template<class ContainerAllocator >
std::vector< ::pr2_self_test_msgs::Plot_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::pr2_self_test_msgs::Plot_<ContainerAllocator> >::other > pr2_self_test_msgs::TestResultRequest_< ContainerAllocator >::plots

Definition at line 51 of file TestResult.h.

template<class ContainerAllocator >
int8_t pr2_self_test_msgs::TestResultRequest_< ContainerAllocator >::result

Definition at line 48 of file TestResult.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > pr2_self_test_msgs::TestResultRequest_< ContainerAllocator >::text_summary

Definition at line 45 of file TestResult.h.

template<class ContainerAllocator >
std::vector< ::pr2_self_test_msgs::TestValue_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::pr2_self_test_msgs::TestValue_<ContainerAllocator> >::other > pr2_self_test_msgs::TestResultRequest_< ContainerAllocator >::values

Definition at line 57 of file TestResult.h.


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


pr2_self_test_msgs
Author(s): Kevin Watts
autogenerated on Fri Jan 11 09:41:23 2013