warehouse::SetupCollectionResponse_< ContainerAllocator > Struct Template Reference

#include <SetupCollection.h>

List of all members.

Public Types

enum  { SUCCESS = 0 }
enum  { PACKAGE_NOT_FOUND = 1 }
enum  { MESSAGE_NOT_FOUND_IN_PACKAGE = 2 }
enum  { EXISTING_COLLECTION_MISMATCH = 3 }
enum  { INVALID_INDEXED_FIELD = 4 }
enum  { ILLEGAL_DB_NAME = 5 }
enum  { ILLEGAL_COLLECTION_NAME = 6 }
enum  { ILLEGAL_TOPIC_NAME = 7 }
typedef uint8_t _collection_created_type
typedef uint8_t _db_created_type
typedef int8_t _error_code_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_error_msg_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_topic_type
typedef boost::shared_ptr
< ::warehouse::SetupCollectionResponse_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::warehouse::SetupCollectionResponse_
< ContainerAllocator > > 
Ptr
typedef
SetupCollectionResponse_
< 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)
virtual ROS_DEPRECATED uint32_t serializationLength () const
virtual ROS_DEPRECATED uint8_t * serialize (uint8_t *write_ptr, uint32_t seq) const
 SetupCollectionResponse_ (const ContainerAllocator &_alloc)
 SetupCollectionResponse_ ()

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

uint8_t collection_created
uint8_t db_created
int8_t error_code
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
error_msg
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_ ()
static const char * __s_getServerMD5Sum_ ()

Detailed Description

template<class ContainerAllocator>
struct warehouse::SetupCollectionResponse_< ContainerAllocator >

Definition at line 174 of file SetupCollection.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef uint8_t warehouse::SetupCollectionResponse_< ContainerAllocator >::_collection_created_type

Definition at line 208 of file SetupCollection.h.

template<class ContainerAllocator >
typedef uint8_t warehouse::SetupCollectionResponse_< ContainerAllocator >::_db_created_type

Definition at line 205 of file SetupCollection.h.

template<class ContainerAllocator >
typedef int8_t warehouse::SetupCollectionResponse_< ContainerAllocator >::_error_code_type

Definition at line 196 of file SetupCollection.h.

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

Definition at line 199 of file SetupCollection.h.

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

Definition at line 202 of file SetupCollection.h.

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

Definition at line 304 of file SetupCollection.h.

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

Definition at line 303 of file SetupCollection.h.

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

Definition at line 176 of file SetupCollection.h.


Member Enumeration Documentation

template<class ContainerAllocator >
anonymous enum
Enumerator:
SUCCESS 

Definition at line 211 of file SetupCollection.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
PACKAGE_NOT_FOUND 

Definition at line 212 of file SetupCollection.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
MESSAGE_NOT_FOUND_IN_PACKAGE 

Definition at line 213 of file SetupCollection.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
EXISTING_COLLECTION_MISMATCH 

Definition at line 214 of file SetupCollection.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
INVALID_INDEXED_FIELD 

Definition at line 215 of file SetupCollection.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
ILLEGAL_DB_NAME 

Definition at line 216 of file SetupCollection.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
ILLEGAL_COLLECTION_NAME 

Definition at line 217 of file SetupCollection.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
ILLEGAL_TOPIC_NAME 

Definition at line 218 of file SetupCollection.h.


Constructor & Destructor Documentation

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

Definition at line 178 of file SetupCollection.h.

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

Definition at line 187 of file SetupCollection.h.


Member Function Documentation

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

Definition at line 225 of file SetupCollection.h.

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

Definition at line 232 of file SetupCollection.h.

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

Definition at line 268 of file SetupCollection.h.

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

Definition at line 239 of file SetupCollection.h.

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

Definition at line 223 of file SetupCollection.h.

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

Definition at line 221 of file SetupCollection.h.

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

Definition at line 230 of file SetupCollection.h.

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

Definition at line 228 of file SetupCollection.h.

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

Definition at line 266 of file SetupCollection.h.

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

Definition at line 242 of file SetupCollection.h.

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

Definition at line 237 of file SetupCollection.h.

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

Definition at line 235 of file SetupCollection.h.

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

Definition at line 281 of file SetupCollection.h.

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

Definition at line 292 of file SetupCollection.h.

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

Definition at line 270 of file SetupCollection.h.


Member Data Documentation

template<class ContainerAllocator >
uint8_t warehouse::SetupCollectionResponse_< ContainerAllocator >::collection_created

Definition at line 209 of file SetupCollection.h.

template<class ContainerAllocator >
uint8_t warehouse::SetupCollectionResponse_< ContainerAllocator >::db_created

Definition at line 206 of file SetupCollection.h.

template<class ContainerAllocator >
int8_t warehouse::SetupCollectionResponse_< ContainerAllocator >::error_code

Definition at line 197 of file SetupCollection.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > warehouse::SetupCollectionResponse_< ContainerAllocator >::error_msg

Definition at line 200 of file SetupCollection.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > warehouse::SetupCollectionResponse_< ContainerAllocator >::topic

Definition at line 203 of file SetupCollection.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