theora_imagem_transport::packet_< ContainerAllocator > Struct Template Reference

#include <packet.h>

List of all members.

Public Types

typedef int32_t _b_o_s_type
typedef std::vector< uint8_t,
typename
ContainerAllocator::template
rebind< uint8_t >::other > 
_blob_type
typedef int32_t _bytes_type
typedef int32_t _e_o_s_type
typedef int64_t _granulepos_type
typedef int64_t _packetno_type
typedef boost::shared_ptr
< ::theora_imagem_transport::packet_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::theora_imagem_transport::packet_
< ContainerAllocator > > 
Ptr
typedef packet_
< 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)
ROS_DEPRECATED uint32_t get_blob_size () const
ROS_DEPRECATED void get_blob_vec (std::vector< uint8_t, typename ContainerAllocator::template rebind< uint8_t >::other > &vec) const
 packet_ (const ContainerAllocator &_alloc)
 packet_ ()
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_blob_size (uint32_t size)
ROS_DEPRECATED void set_blob_vec (const std::vector< uint8_t, typename ContainerAllocator::template rebind< uint8_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 ()

Public Attributes

int32_t b_o_s
std::vector< uint8_t, typename
ContainerAllocator::template
rebind< uint8_t >::other > 
blob
int32_t bytes
int32_t e_o_s
int64_t granulepos
int64_t packetno

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 theora_imagem_transport::packet_< ContainerAllocator >

Definition at line 17 of file packet.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef int32_t theora_imagem_transport::packet_< ContainerAllocator >::_b_o_s_type

Definition at line 47 of file packet.h.

template<class ContainerAllocator >
typedef std::vector<uint8_t, typename ContainerAllocator::template rebind<uint8_t>::other > theora_imagem_transport::packet_< ContainerAllocator >::_blob_type

Definition at line 41 of file packet.h.

template<class ContainerAllocator >
typedef int32_t theora_imagem_transport::packet_< ContainerAllocator >::_bytes_type

Definition at line 44 of file packet.h.

template<class ContainerAllocator >
typedef int32_t theora_imagem_transport::packet_< ContainerAllocator >::_e_o_s_type

Definition at line 50 of file packet.h.

template<class ContainerAllocator >
typedef int64_t theora_imagem_transport::packet_< ContainerAllocator >::_granulepos_type

Definition at line 53 of file packet.h.

template<class ContainerAllocator >
typedef int64_t theora_imagem_transport::packet_< ContainerAllocator >::_packetno_type

Definition at line 56 of file packet.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::theora_imagem_transport::packet_<ContainerAllocator> const> theora_imagem_transport::packet_< ContainerAllocator >::ConstPtr

Definition at line 129 of file packet.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::theora_imagem_transport::packet_<ContainerAllocator> > theora_imagem_transport::packet_< ContainerAllocator >::Ptr

Definition at line 128 of file packet.h.

template<class ContainerAllocator >
typedef packet_<ContainerAllocator> theora_imagem_transport::packet_< ContainerAllocator >::Type

Definition at line 19 of file packet.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
theora_imagem_transport::packet_< ContainerAllocator >::packet_ (  )  [inline]

Definition at line 21 of file packet.h.

template<class ContainerAllocator >
theora_imagem_transport::packet_< ContainerAllocator >::packet_ ( const ContainerAllocator &  _alloc  )  [inline]

Definition at line 31 of file packet.h.


Member Function Documentation

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

Definition at line 69 of file packet.h.

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

Definition at line 76 of file packet.h.

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

Definition at line 90 of file packet.h.

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

Definition at line 67 of file packet.h.

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

Definition at line 65 of file packet.h.

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

Definition at line 74 of file packet.h.

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

Definition at line 72 of file packet.h.

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

Definition at line 88 of file packet.h.

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

Definition at line 79 of file packet.h.

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

Definition at line 104 of file packet.h.

template<class ContainerAllocator >
ROS_DEPRECATED uint32_t theora_imagem_transport::packet_< ContainerAllocator >::get_blob_size (  )  const [inline]

Definition at line 60 of file packet.h.

template<class ContainerAllocator >
ROS_DEPRECATED void theora_imagem_transport::packet_< ContainerAllocator >::get_blob_vec ( std::vector< uint8_t, typename ContainerAllocator::template rebind< uint8_t >::other > &  vec  )  const [inline]

Definition at line 62 of file packet.h.

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

Definition at line 116 of file packet.h.

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

Definition at line 92 of file packet.h.

template<class ContainerAllocator >
ROS_DEPRECATED void theora_imagem_transport::packet_< ContainerAllocator >::set_blob_size ( uint32_t  size  )  [inline]

Definition at line 61 of file packet.h.

template<class ContainerAllocator >
ROS_DEPRECATED void theora_imagem_transport::packet_< ContainerAllocator >::set_blob_vec ( const std::vector< uint8_t, typename ContainerAllocator::template rebind< uint8_t >::other > &  vec  )  [inline]

Definition at line 63 of file packet.h.


Member Data Documentation

template<class ContainerAllocator >
int32_t theora_imagem_transport::packet_< ContainerAllocator >::b_o_s

Definition at line 48 of file packet.h.

template<class ContainerAllocator >
std::vector<uint8_t, typename ContainerAllocator::template rebind<uint8_t>::other > theora_imagem_transport::packet_< ContainerAllocator >::blob

Definition at line 42 of file packet.h.

template<class ContainerAllocator >
int32_t theora_imagem_transport::packet_< ContainerAllocator >::bytes

Definition at line 45 of file packet.h.

template<class ContainerAllocator >
int32_t theora_imagem_transport::packet_< ContainerAllocator >::e_o_s

Definition at line 51 of file packet.h.

template<class ContainerAllocator >
int64_t theora_imagem_transport::packet_< ContainerAllocator >::granulepos

Definition at line 54 of file packet.h.

template<class ContainerAllocator >
int64_t theora_imagem_transport::packet_< ContainerAllocator >::packetno

Definition at line 57 of file packet.h.


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


theora_imagem_transport
Author(s): Ethan Dreyfuss, Cedric Pradalier
autogenerated on Fri Jan 11 09:58:01 2013