warehouse::UpdateNotification_< ContainerAllocator > Struct Template Reference

#include <UpdateNotification.h>

List of all members.

Public Types

enum  { NEW_MESSAGE = 0 }
enum  { UPDATE_METADATA = 1 }
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_id_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_metadata_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_sender_type
typedef int8_t _update_type_type
typedef boost::shared_ptr
< ::warehouse::UpdateNotification_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::warehouse::UpdateNotification_
< ContainerAllocator > > 
Ptr
typedef UpdateNotification_
< 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
 UpdateNotification_ (const ContainerAllocator &_alloc)
 UpdateNotification_ ()

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

std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
id
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
metadata
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
sender
int8_t update_type

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 warehouse::UpdateNotification_< ContainerAllocator >

Definition at line 17 of file UpdateNotification.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > warehouse::UpdateNotification_< ContainerAllocator >::_id_type

Definition at line 40 of file UpdateNotification.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > warehouse::UpdateNotification_< ContainerAllocator >::_metadata_type

Definition at line 46 of file UpdateNotification.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > warehouse::UpdateNotification_< ContainerAllocator >::_sender_type

Definition at line 43 of file UpdateNotification.h.

template<class ContainerAllocator >
typedef int8_t warehouse::UpdateNotification_< ContainerAllocator >::_update_type_type

Definition at line 37 of file UpdateNotification.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::warehouse::UpdateNotification_<ContainerAllocator> const> warehouse::UpdateNotification_< ContainerAllocator >::ConstPtr

Definition at line 121 of file UpdateNotification.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::warehouse::UpdateNotification_<ContainerAllocator> > warehouse::UpdateNotification_< ContainerAllocator >::Ptr

Definition at line 120 of file UpdateNotification.h.

template<class ContainerAllocator >
typedef UpdateNotification_<ContainerAllocator> warehouse::UpdateNotification_< ContainerAllocator >::Type

Definition at line 19 of file UpdateNotification.h.


Member Enumeration Documentation

template<class ContainerAllocator >
anonymous enum
Enumerator:
NEW_MESSAGE 

Definition at line 49 of file UpdateNotification.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
UPDATE_METADATA 

Definition at line 50 of file UpdateNotification.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
warehouse::UpdateNotification_< ContainerAllocator >::UpdateNotification_ (  )  [inline]

Definition at line 21 of file UpdateNotification.h.

template<class ContainerAllocator >
warehouse::UpdateNotification_< ContainerAllocator >::UpdateNotification_ ( const ContainerAllocator &  _alloc  )  [inline]

Definition at line 29 of file UpdateNotification.h.


Member Function Documentation

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

Definition at line 57 of file UpdateNotification.h.

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

Definition at line 64 of file UpdateNotification.h.

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

Definition at line 88 of file UpdateNotification.h.

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

Definition at line 55 of file UpdateNotification.h.

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

Definition at line 53 of file UpdateNotification.h.

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

Definition at line 62 of file UpdateNotification.h.

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

Definition at line 60 of file UpdateNotification.h.

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

Definition at line 86 of file UpdateNotification.h.

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

Definition at line 67 of file UpdateNotification.h.

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

Definition at line 100 of file UpdateNotification.h.

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

Definition at line 110 of file UpdateNotification.h.

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

Definition at line 90 of file UpdateNotification.h.


Member Data Documentation

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > warehouse::UpdateNotification_< ContainerAllocator >::id

Definition at line 41 of file UpdateNotification.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > warehouse::UpdateNotification_< ContainerAllocator >::metadata

Definition at line 47 of file UpdateNotification.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > warehouse::UpdateNotification_< ContainerAllocator >::sender

Definition at line 44 of file UpdateNotification.h.

template<class ContainerAllocator >
int8_t warehouse::UpdateNotification_< ContainerAllocator >::update_type

Definition at line 38 of file UpdateNotification.h.


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


warehouse
Author(s): Nate Koenig, Bhaskara Marthi
autogenerated on Fri Jan 11 10:09:02 2013