$search

point_cloud_server::StoreCloudGoal_< ContainerAllocator > Struct Template Reference

#include <StoreCloudGoal.h>

List of all members.

Public Types

enum  { STORE = 0 }
enum  { GET = 1 }
enum  { CLEAR = 2 }
typedef int32_t _action_type
typedef
::sensor_msgs::PointCloud2_
< ContainerAllocator > 
_cloud_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 > 
_result_frame_id_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_storage_frame_id_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_topic_type
typedef boost::shared_ptr
< ::point_cloud_server::StoreCloudGoal_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::point_cloud_server::StoreCloudGoal_
< ContainerAllocator > > 
Ptr
typedef StoreCloudGoal_
< 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
 StoreCloudGoal_ (const ContainerAllocator &_alloc)
 StoreCloudGoal_ ()

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

boost::shared_ptr< std::map
< std::string, std::string > > 
__connection_header
int32_t action
::sensor_msgs::PointCloud2_
< ContainerAllocator > 
cloud
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 > 
result_frame_id
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
storage_frame_id
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
topic

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 point_cloud_server::StoreCloudGoal_< ContainerAllocator >

Definition at line 22 of file StoreCloudGoal.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef int32_t point_cloud_server::StoreCloudGoal_< ContainerAllocator >::_action_type

Definition at line 60 of file StoreCloudGoal.h.

template<class ContainerAllocator >
typedef ::sensor_msgs::PointCloud2_<ContainerAllocator> point_cloud_server::StoreCloudGoal_< ContainerAllocator >::_cloud_type

Definition at line 51 of file StoreCloudGoal.h.

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

Definition at line 45 of file StoreCloudGoal.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > point_cloud_server::StoreCloudGoal_< ContainerAllocator >::_result_frame_id_type

Definition at line 57 of file StoreCloudGoal.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > point_cloud_server::StoreCloudGoal_< ContainerAllocator >::_storage_frame_id_type

Definition at line 54 of file StoreCloudGoal.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > point_cloud_server::StoreCloudGoal_< ContainerAllocator >::_topic_type

Definition at line 48 of file StoreCloudGoal.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::point_cloud_server::StoreCloudGoal_<ContainerAllocator> const> point_cloud_server::StoreCloudGoal_< ContainerAllocator >::ConstPtr

Definition at line 222 of file StoreCloudGoal.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::point_cloud_server::StoreCloudGoal_<ContainerAllocator> > point_cloud_server::StoreCloudGoal_< ContainerAllocator >::Ptr

Definition at line 221 of file StoreCloudGoal.h.

template<class ContainerAllocator >
typedef StoreCloudGoal_<ContainerAllocator> point_cloud_server::StoreCloudGoal_< ContainerAllocator >::Type

Definition at line 23 of file StoreCloudGoal.h.


Member Enumeration Documentation

template<class ContainerAllocator >
anonymous enum
Enumerator:
STORE 

Definition at line 63 of file StoreCloudGoal.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
GET 

Definition at line 64 of file StoreCloudGoal.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
CLEAR 

Definition at line 65 of file StoreCloudGoal.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
point_cloud_server::StoreCloudGoal_< ContainerAllocator >::StoreCloudGoal_ (  )  [inline]

Definition at line 25 of file StoreCloudGoal.h.

template<class ContainerAllocator >
point_cloud_server::StoreCloudGoal_< ContainerAllocator >::StoreCloudGoal_ ( const ContainerAllocator &  _alloc  )  [inline]

Definition at line 35 of file StoreCloudGoal.h.


Member Function Documentation

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

Definition at line 72 of file StoreCloudGoal.h.

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

Definition at line 79 of file StoreCloudGoal.h.

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

Definition at line 183 of file StoreCloudGoal.h.

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

Definition at line 70 of file StoreCloudGoal.h.

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

Definition at line 68 of file StoreCloudGoal.h.

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

Definition at line 77 of file StoreCloudGoal.h.

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

Definition at line 75 of file StoreCloudGoal.h.

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

Definition at line 181 of file StoreCloudGoal.h.

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

Definition at line 82 of file StoreCloudGoal.h.

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

Definition at line 197 of file StoreCloudGoal.h.

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

Definition at line 209 of file StoreCloudGoal.h.

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

Definition at line 185 of file StoreCloudGoal.h.


Member Data Documentation

template<class ContainerAllocator >
boost::shared_ptr<std::map<std::string, std::string> > point_cloud_server::StoreCloudGoal_< ContainerAllocator >::__connection_header

Definition at line 223 of file StoreCloudGoal.h.

template<class ContainerAllocator >
int32_t point_cloud_server::StoreCloudGoal_< ContainerAllocator >::action

Definition at line 61 of file StoreCloudGoal.h.

template<class ContainerAllocator >
::sensor_msgs::PointCloud2_<ContainerAllocator> point_cloud_server::StoreCloudGoal_< ContainerAllocator >::cloud

Definition at line 52 of file StoreCloudGoal.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > point_cloud_server::StoreCloudGoal_< ContainerAllocator >::name

Definition at line 46 of file StoreCloudGoal.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > point_cloud_server::StoreCloudGoal_< ContainerAllocator >::result_frame_id

Definition at line 58 of file StoreCloudGoal.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > point_cloud_server::StoreCloudGoal_< ContainerAllocator >::storage_frame_id

Definition at line 55 of file StoreCloudGoal.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > point_cloud_server::StoreCloudGoal_< ContainerAllocator >::topic

Definition at line 49 of file StoreCloudGoal.h.


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


point_cloud_server
Author(s): Adam Leeper
autogenerated on Fri Mar 1 19:00:58 2013