test_rostopic::Simple_< ContainerAllocator > Struct Template Reference

#include <Simple.h>

List of all members.

Public Types

typedef int8_t _b_type
typedef uint8_t _c_type
typedef int16_t _int16_type
typedef int32_t _int32_type
typedef int64_t _int64_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_str_type
typedef uint16_t _uint16_type
typedef uint32_t _uint32_type
typedef uint64_t _uint64_type
typedef boost::shared_ptr
< ::test_rostopic::Simple_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::test_rostopic::Simple_
< ContainerAllocator > > 
Ptr
typedef Simple_
< 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
 Simple_ (const ContainerAllocator &_alloc)
 Simple_ ()

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

int8_t b
uint8_t c
int16_t int16
int32_t int32
int64_t int64
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
str
uint16_t uint16
uint32_t uint32
uint64_t uint64

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 test_rostopic::Simple_< ContainerAllocator >

Definition at line 17 of file Simple.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef int8_t test_rostopic::Simple_< ContainerAllocator >::_b_type

Definition at line 47 of file Simple.h.

template<class ContainerAllocator >
typedef uint8_t test_rostopic::Simple_< ContainerAllocator >::_c_type

Definition at line 59 of file Simple.h.

template<class ContainerAllocator >
typedef int16_t test_rostopic::Simple_< ContainerAllocator >::_int16_type

Definition at line 50 of file Simple.h.

template<class ContainerAllocator >
typedef int32_t test_rostopic::Simple_< ContainerAllocator >::_int32_type

Definition at line 53 of file Simple.h.

template<class ContainerAllocator >
typedef int64_t test_rostopic::Simple_< ContainerAllocator >::_int64_type

Definition at line 56 of file Simple.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > test_rostopic::Simple_< ContainerAllocator >::_str_type

Definition at line 71 of file Simple.h.

template<class ContainerAllocator >
typedef uint16_t test_rostopic::Simple_< ContainerAllocator >::_uint16_type

Definition at line 62 of file Simple.h.

template<class ContainerAllocator >
typedef uint32_t test_rostopic::Simple_< ContainerAllocator >::_uint32_type

Definition at line 65 of file Simple.h.

template<class ContainerAllocator >
typedef uint64_t test_rostopic::Simple_< ContainerAllocator >::_uint64_type

Definition at line 68 of file Simple.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::test_rostopic::Simple_<ContainerAllocator> const> test_rostopic::Simple_< ContainerAllocator >::ConstPtr

Definition at line 152 of file Simple.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::test_rostopic::Simple_<ContainerAllocator> > test_rostopic::Simple_< ContainerAllocator >::Ptr

Definition at line 151 of file Simple.h.

template<class ContainerAllocator >
typedef Simple_<ContainerAllocator> test_rostopic::Simple_< ContainerAllocator >::Type

Definition at line 19 of file Simple.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
test_rostopic::Simple_< ContainerAllocator >::Simple_ (  )  [inline]

Definition at line 21 of file Simple.h.

template<class ContainerAllocator >
test_rostopic::Simple_< ContainerAllocator >::Simple_ ( const ContainerAllocator &  _alloc  )  [inline]

Definition at line 34 of file Simple.h.


Member Function Documentation

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

Definition at line 80 of file Simple.h.

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

Definition at line 87 of file Simple.h.

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

Definition at line 104 of file Simple.h.

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

Definition at line 78 of file Simple.h.

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

Definition at line 76 of file Simple.h.

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

Definition at line 85 of file Simple.h.

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

Definition at line 83 of file Simple.h.

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

Definition at line 102 of file Simple.h.

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

Definition at line 90 of file Simple.h.

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

Definition at line 121 of file Simple.h.

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

Definition at line 136 of file Simple.h.

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

Definition at line 106 of file Simple.h.


Member Data Documentation

template<class ContainerAllocator >
int8_t test_rostopic::Simple_< ContainerAllocator >::b

Definition at line 48 of file Simple.h.

template<class ContainerAllocator >
uint8_t test_rostopic::Simple_< ContainerAllocator >::c

Definition at line 60 of file Simple.h.

template<class ContainerAllocator >
int16_t test_rostopic::Simple_< ContainerAllocator >::int16

Definition at line 51 of file Simple.h.

template<class ContainerAllocator >
int32_t test_rostopic::Simple_< ContainerAllocator >::int32

Definition at line 54 of file Simple.h.

template<class ContainerAllocator >
int64_t test_rostopic::Simple_< ContainerAllocator >::int64

Definition at line 57 of file Simple.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > test_rostopic::Simple_< ContainerAllocator >::str

Definition at line 72 of file Simple.h.

template<class ContainerAllocator >
uint16_t test_rostopic::Simple_< ContainerAllocator >::uint16

Definition at line 63 of file Simple.h.

template<class ContainerAllocator >
uint32_t test_rostopic::Simple_< ContainerAllocator >::uint32

Definition at line 66 of file Simple.h.

template<class ContainerAllocator >
uint64_t test_rostopic::Simple_< ContainerAllocator >::uint64

Definition at line 69 of file Simple.h.


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


test_rostopic
Author(s): Ken Conley
autogenerated on Fri Jan 11 09:54:29 2013