perf_roscpp::LatencyMessage_< ContainerAllocator > Struct Template Reference

#include <LatencyMessage.h>

List of all members.

Public Types

typedef std::vector< uint8_t,
typename
ContainerAllocator::template
rebind< uint8_t >::other > 
_array_type
typedef uint64_t _count_type
typedef double _publish_time_type
typedef double _receipt_time_type
typedef uint32_t _thread_index_type
typedef boost::shared_ptr
< ::perf_roscpp::LatencyMessage_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::perf_roscpp::LatencyMessage_
< ContainerAllocator > > 
Ptr
typedef LatencyMessage_
< 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_array_size () const
ROS_DEPRECATED void get_array_vec (std::vector< uint8_t, typename ContainerAllocator::template rebind< uint8_t >::other > &vec) const
 LatencyMessage_ (const ContainerAllocator &_alloc)
 LatencyMessage_ ()
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_array_size (uint32_t size)
ROS_DEPRECATED void set_array_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

std::vector< uint8_t, typename
ContainerAllocator::template
rebind< uint8_t >::other > 
array
uint64_t count
double publish_time
double receipt_time
uint32_t thread_index

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 perf_roscpp::LatencyMessage_< ContainerAllocator >

Definition at line 13 of file LatencyMessage.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef std::vector<uint8_t, typename ContainerAllocator::template rebind<uint8_t>::other > perf_roscpp::LatencyMessage_< ContainerAllocator >::_array_type

Definition at line 44 of file LatencyMessage.h.

template<class ContainerAllocator >
typedef uint64_t perf_roscpp::LatencyMessage_< ContainerAllocator >::_count_type

Definition at line 38 of file LatencyMessage.h.

template<class ContainerAllocator >
typedef double perf_roscpp::LatencyMessage_< ContainerAllocator >::_publish_time_type

Definition at line 32 of file LatencyMessage.h.

template<class ContainerAllocator >
typedef double perf_roscpp::LatencyMessage_< ContainerAllocator >::_receipt_time_type

Definition at line 35 of file LatencyMessage.h.

template<class ContainerAllocator >
typedef uint32_t perf_roscpp::LatencyMessage_< ContainerAllocator >::_thread_index_type

Definition at line 41 of file LatencyMessage.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::perf_roscpp::LatencyMessage_<ContainerAllocator> const> perf_roscpp::LatencyMessage_< ContainerAllocator >::ConstPtr

Definition at line 114 of file LatencyMessage.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::perf_roscpp::LatencyMessage_<ContainerAllocator> > perf_roscpp::LatencyMessage_< ContainerAllocator >::Ptr

Definition at line 113 of file LatencyMessage.h.

template<class ContainerAllocator >
typedef LatencyMessage_<ContainerAllocator> perf_roscpp::LatencyMessage_< ContainerAllocator >::Type

Definition at line 12 of file LatencyMessage.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
perf_roscpp::LatencyMessage_< ContainerAllocator >::LatencyMessage_ (  )  [inline]

Definition at line 14 of file LatencyMessage.h.

template<class ContainerAllocator >
perf_roscpp::LatencyMessage_< ContainerAllocator >::LatencyMessage_ ( const ContainerAllocator &  _alloc  )  [inline]

Definition at line 23 of file LatencyMessage.h.


Member Function Documentation

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

Definition at line 57 of file LatencyMessage.h.

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

Definition at line 64 of file LatencyMessage.h.

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

Definition at line 78 of file LatencyMessage.h.

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

Definition at line 55 of file LatencyMessage.h.

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

Definition at line 53 of file LatencyMessage.h.

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

Definition at line 62 of file LatencyMessage.h.

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

Definition at line 60 of file LatencyMessage.h.

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

Definition at line 76 of file LatencyMessage.h.

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

Definition at line 67 of file LatencyMessage.h.

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

Definition at line 91 of file LatencyMessage.h.

template<class ContainerAllocator >
ROS_DEPRECATED uint32_t perf_roscpp::LatencyMessage_< ContainerAllocator >::get_array_size (  )  const [inline]

Definition at line 48 of file LatencyMessage.h.

template<class ContainerAllocator >
ROS_DEPRECATED void perf_roscpp::LatencyMessage_< ContainerAllocator >::get_array_vec ( std::vector< uint8_t, typename ContainerAllocator::template rebind< uint8_t >::other > &  vec  )  const [inline]

Definition at line 50 of file LatencyMessage.h.

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

Definition at line 102 of file LatencyMessage.h.

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

Definition at line 80 of file LatencyMessage.h.

template<class ContainerAllocator >
ROS_DEPRECATED void perf_roscpp::LatencyMessage_< ContainerAllocator >::set_array_size ( uint32_t  size  )  [inline]

Definition at line 49 of file LatencyMessage.h.

template<class ContainerAllocator >
ROS_DEPRECATED void perf_roscpp::LatencyMessage_< ContainerAllocator >::set_array_vec ( const std::vector< uint8_t, typename ContainerAllocator::template rebind< uint8_t >::other > &  vec  )  [inline]

Definition at line 51 of file LatencyMessage.h.


Member Data Documentation

template<class ContainerAllocator >
std::vector<uint8_t, typename ContainerAllocator::template rebind<uint8_t>::other > perf_roscpp::LatencyMessage_< ContainerAllocator >::array

Definition at line 45 of file LatencyMessage.h.

template<class ContainerAllocator >
uint64_t perf_roscpp::LatencyMessage_< ContainerAllocator >::count

Definition at line 39 of file LatencyMessage.h.

template<class ContainerAllocator >
double perf_roscpp::LatencyMessage_< ContainerAllocator >::publish_time

Definition at line 33 of file LatencyMessage.h.

template<class ContainerAllocator >
double perf_roscpp::LatencyMessage_< ContainerAllocator >::receipt_time

Definition at line 36 of file LatencyMessage.h.

template<class ContainerAllocator >
uint32_t perf_roscpp::LatencyMessage_< ContainerAllocator >::thread_index

Definition at line 42 of file LatencyMessage.h.


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


perf_roscpp
Author(s): Josh Faust (jfaust@willowgarage.com)
autogenerated on Fri Jan 11 10:07:21 2013