$search

vision_srvs::cop_callRequest_< ContainerAllocator > Struct Template Reference

#include <cop_call.h>

List of all members.

Public Types

enum  { LOCATE = 0 }
enum  { TRACK = 16 }
enum  { REFINE = 256 }
enum  { STOPTRACK = 2048 }
enum  { STARTATTENT = 4096 }
enum  { STOPATTENT = 8192 }
enum  { LOOKUP = 25600 }
enum  { LOOKUPALL = 25601 }
typedef uint64_t _action_type_type
typedef std::vector
< ::vision_msgs::apriori_position_
< ContainerAllocator >
, typename
ContainerAllocator::template
rebind
< ::vision_msgs::apriori_position_
< ContainerAllocator >
>::other > 
_list_of_poses_type
typedef uint64_t _number_of_objects_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 > 
_object_classes_type
typedef std::vector< uint64_t,
typename
ContainerAllocator::template
rebind< uint64_t >::other > 
_object_ids_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_outputtopic_type
typedef boost::shared_ptr
< ::vision_srvs::cop_callRequest_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::vision_srvs::cop_callRequest_
< ContainerAllocator > > 
Ptr
typedef cop_callRequest_
< 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
 cop_callRequest_ (const ContainerAllocator &_alloc)
 cop_callRequest_ ()
virtual ROS_DEPRECATED uint8_t * deserialize (uint8_t *read_ptr)
ROS_DEPRECATED uint32_t get_list_of_poses_size () const
ROS_DEPRECATED void get_list_of_poses_vec (std::vector< ::vision_msgs::apriori_position_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::vision_msgs::apriori_position_< ContainerAllocator > >::other > &vec) const
ROS_DEPRECATED uint32_t get_object_classes_size () const
ROS_DEPRECATED void get_object_classes_vec (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 > &vec) const
ROS_DEPRECATED uint32_t get_object_ids_size () const
ROS_DEPRECATED void get_object_ids_vec (std::vector< uint64_t, typename ContainerAllocator::template rebind< uint64_t >::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_list_of_poses_size (uint32_t size)
ROS_DEPRECATED void set_list_of_poses_vec (const std::vector< ::vision_msgs::apriori_position_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::vision_msgs::apriori_position_< ContainerAllocator > >::other > &vec)
ROS_DEPRECATED void set_object_classes_size (uint32_t size)
ROS_DEPRECATED void set_object_classes_vec (const 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 > &vec)
ROS_DEPRECATED void set_object_ids_size (uint32_t size)
ROS_DEPRECATED void set_object_ids_vec (const std::vector< uint64_t, typename ContainerAllocator::template rebind< uint64_t >::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
uint64_t action_type
std::vector
< ::vision_msgs::apriori_position_
< ContainerAllocator >
, typename
ContainerAllocator::template
rebind
< ::vision_msgs::apriori_position_
< ContainerAllocator >
>::other > 
list_of_poses
uint64_t number_of_objects
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 > 
object_classes
std::vector< uint64_t,
typename
ContainerAllocator::template
rebind< uint64_t >::other > 
object_ids
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
outputtopic

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 vision_srvs::cop_callRequest_< ContainerAllocator >

Definition at line 26 of file cop_call.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef uint64_t vision_srvs::cop_callRequest_< ContainerAllocator >::_action_type_type

Definition at line 58 of file cop_call.h.

template<class ContainerAllocator >
typedef std::vector< ::vision_msgs::apriori_position_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::vision_msgs::apriori_position_<ContainerAllocator> >::other > vision_srvs::cop_callRequest_< ContainerAllocator >::_list_of_poses_type

Definition at line 64 of file cop_call.h.

template<class ContainerAllocator >
typedef uint64_t vision_srvs::cop_callRequest_< ContainerAllocator >::_number_of_objects_type

Definition at line 61 of file cop_call.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 > vision_srvs::cop_callRequest_< ContainerAllocator >::_object_classes_type

Definition at line 52 of file cop_call.h.

template<class ContainerAllocator >
typedef std::vector<uint64_t, typename ContainerAllocator::template rebind<uint64_t>::other > vision_srvs::cop_callRequest_< ContainerAllocator >::_object_ids_type

Definition at line 55 of file cop_call.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > vision_srvs::cop_callRequest_< ContainerAllocator >::_outputtopic_type

Definition at line 49 of file cop_call.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::vision_srvs::cop_callRequest_<ContainerAllocator> const> vision_srvs::cop_callRequest_< ContainerAllocator >::ConstPtr

Definition at line 177 of file cop_call.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::vision_srvs::cop_callRequest_<ContainerAllocator> > vision_srvs::cop_callRequest_< ContainerAllocator >::Ptr

Definition at line 176 of file cop_call.h.

template<class ContainerAllocator >
typedef cop_callRequest_<ContainerAllocator> vision_srvs::cop_callRequest_< ContainerAllocator >::Type

Definition at line 27 of file cop_call.h.


Member Enumeration Documentation

template<class ContainerAllocator >
anonymous enum
Enumerator:
LOCATE 

Definition at line 67 of file cop_call.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
TRACK 

Definition at line 68 of file cop_call.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
REFINE 

Definition at line 69 of file cop_call.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
STOPTRACK 

Definition at line 70 of file cop_call.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
STARTATTENT 

Definition at line 71 of file cop_call.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
STOPATTENT 

Definition at line 72 of file cop_call.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
LOOKUP 

Definition at line 73 of file cop_call.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
LOOKUPALL 

Definition at line 74 of file cop_call.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
vision_srvs::cop_callRequest_< ContainerAllocator >::cop_callRequest_ (  )  [inline]

Definition at line 29 of file cop_call.h.

template<class ContainerAllocator >
vision_srvs::cop_callRequest_< ContainerAllocator >::cop_callRequest_ ( const ContainerAllocator &  _alloc  )  [inline]

Definition at line 39 of file cop_call.h.


Member Function Documentation

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

Definition at line 93 of file cop_call.h.

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

Definition at line 100 of file cop_call.h.

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

Definition at line 138 of file cop_call.h.

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

Definition at line 107 of file cop_call.h.

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

Definition at line 91 of file cop_call.h.

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

Definition at line 89 of file cop_call.h.

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

Definition at line 98 of file cop_call.h.

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

Definition at line 96 of file cop_call.h.

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

Definition at line 136 of file cop_call.h.

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

Definition at line 110 of file cop_call.h.

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

Definition at line 105 of file cop_call.h.

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

Definition at line 103 of file cop_call.h.

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

Definition at line 152 of file cop_call.h.

template<class ContainerAllocator >
ROS_DEPRECATED uint32_t vision_srvs::cop_callRequest_< ContainerAllocator >::get_list_of_poses_size (  )  const [inline]

Definition at line 84 of file cop_call.h.

template<class ContainerAllocator >
ROS_DEPRECATED void vision_srvs::cop_callRequest_< ContainerAllocator >::get_list_of_poses_vec ( std::vector< ::vision_msgs::apriori_position_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::vision_msgs::apriori_position_< ContainerAllocator > >::other > &  vec  )  const [inline]

Definition at line 86 of file cop_call.h.

template<class ContainerAllocator >
ROS_DEPRECATED uint32_t vision_srvs::cop_callRequest_< ContainerAllocator >::get_object_classes_size (  )  const [inline]

Definition at line 76 of file cop_call.h.

template<class ContainerAllocator >
ROS_DEPRECATED void vision_srvs::cop_callRequest_< ContainerAllocator >::get_object_classes_vec ( 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 > &  vec  )  const [inline]

Definition at line 78 of file cop_call.h.

template<class ContainerAllocator >
ROS_DEPRECATED uint32_t vision_srvs::cop_callRequest_< ContainerAllocator >::get_object_ids_size (  )  const [inline]

Definition at line 80 of file cop_call.h.

template<class ContainerAllocator >
ROS_DEPRECATED void vision_srvs::cop_callRequest_< ContainerAllocator >::get_object_ids_vec ( std::vector< uint64_t, typename ContainerAllocator::template rebind< uint64_t >::other > &  vec  )  const [inline]

Definition at line 82 of file cop_call.h.

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

Definition at line 164 of file cop_call.h.

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

Definition at line 140 of file cop_call.h.

template<class ContainerAllocator >
ROS_DEPRECATED void vision_srvs::cop_callRequest_< ContainerAllocator >::set_list_of_poses_size ( uint32_t  size  )  [inline]

Definition at line 85 of file cop_call.h.

template<class ContainerAllocator >
ROS_DEPRECATED void vision_srvs::cop_callRequest_< ContainerAllocator >::set_list_of_poses_vec ( const std::vector< ::vision_msgs::apriori_position_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::vision_msgs::apriori_position_< ContainerAllocator > >::other > &  vec  )  [inline]

Definition at line 87 of file cop_call.h.

template<class ContainerAllocator >
ROS_DEPRECATED void vision_srvs::cop_callRequest_< ContainerAllocator >::set_object_classes_size ( uint32_t  size  )  [inline]

Definition at line 77 of file cop_call.h.

template<class ContainerAllocator >
ROS_DEPRECATED void vision_srvs::cop_callRequest_< ContainerAllocator >::set_object_classes_vec ( const 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 > &  vec  )  [inline]

Definition at line 79 of file cop_call.h.

template<class ContainerAllocator >
ROS_DEPRECATED void vision_srvs::cop_callRequest_< ContainerAllocator >::set_object_ids_size ( uint32_t  size  )  [inline]

Definition at line 81 of file cop_call.h.

template<class ContainerAllocator >
ROS_DEPRECATED void vision_srvs::cop_callRequest_< ContainerAllocator >::set_object_ids_vec ( const std::vector< uint64_t, typename ContainerAllocator::template rebind< uint64_t >::other > &  vec  )  [inline]

Definition at line 83 of file cop_call.h.


Member Data Documentation

template<class ContainerAllocator >
boost::shared_ptr<std::map<std::string, std::string> > vision_srvs::cop_callRequest_< ContainerAllocator >::__connection_header

Definition at line 178 of file cop_call.h.

template<class ContainerAllocator >
uint64_t vision_srvs::cop_callRequest_< ContainerAllocator >::action_type

Definition at line 59 of file cop_call.h.

template<class ContainerAllocator >
std::vector< ::vision_msgs::apriori_position_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::vision_msgs::apriori_position_<ContainerAllocator> >::other > vision_srvs::cop_callRequest_< ContainerAllocator >::list_of_poses

Definition at line 65 of file cop_call.h.

template<class ContainerAllocator >
uint64_t vision_srvs::cop_callRequest_< ContainerAllocator >::number_of_objects

Definition at line 62 of file cop_call.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 > vision_srvs::cop_callRequest_< ContainerAllocator >::object_classes

Definition at line 53 of file cop_call.h.

template<class ContainerAllocator >
std::vector<uint64_t, typename ContainerAllocator::template rebind<uint64_t>::other > vision_srvs::cop_callRequest_< ContainerAllocator >::object_ids

Definition at line 56 of file cop_call.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > vision_srvs::cop_callRequest_< ContainerAllocator >::outputtopic

Definition at line 50 of file cop_call.h.


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


vision_srvs
Author(s): Ulrich F Klank
autogenerated on Fri Mar 1 15:51:49 2013