rosgraph_msgs::Log_< ContainerAllocator > Struct Template Reference

#include <Log.h>

List of all members.

Public Types

enum  { DEBUG = 1 }
enum  { INFO = 2 }
enum  { WARN = 4 }
enum  { ERROR = 8 }
enum  { FATAL = 16 }
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_file_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_function_type
typedef ::std_msgs::Header_
< ContainerAllocator > 
_header_type
typedef int8_t _level_type
typedef uint32_t _line_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_msg_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_name_type
typedef std::vector
< std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
, typename
ContainerAllocator::template
rebind< std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
>::other > 
_topics_type
typedef boost::shared_ptr
< ::rosgraph_msgs::Log_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::rosgraph_msgs::Log_
< ContainerAllocator > > 
Ptr
typedef Log_< 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_topics_size () const
ROS_DEPRECATED void get_topics_vec (std::vector< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other >, typename ContainerAllocator::template rebind< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > >::other > &vec) const
 Log_ (const ContainerAllocator &_alloc)
 Log_ ()
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_topics_size (uint32_t size)
ROS_DEPRECATED void set_topics_vec (const std::vector< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other >, typename ContainerAllocator::template rebind< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > >::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::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
file
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
function
::std_msgs::Header_
< ContainerAllocator > 
header
int8_t level
uint32_t line
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
msg
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
name
std::vector< std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
, typename
ContainerAllocator::template
rebind< std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
>::other > 
topics

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 rosgraph_msgs::Log_< ContainerAllocator >

Definition at line 16 of file Log.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > rosgraph_msgs::Log_< ContainerAllocator >::_file_type

Definition at line 53 of file Log.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > rosgraph_msgs::Log_< ContainerAllocator >::_function_type

Definition at line 56 of file Log.h.

template<class ContainerAllocator >
typedef ::std_msgs::Header_<ContainerAllocator> rosgraph_msgs::Log_< ContainerAllocator >::_header_type

Definition at line 41 of file Log.h.

template<class ContainerAllocator >
typedef int8_t rosgraph_msgs::Log_< ContainerAllocator >::_level_type

Definition at line 44 of file Log.h.

template<class ContainerAllocator >
typedef uint32_t rosgraph_msgs::Log_< ContainerAllocator >::_line_type

Definition at line 59 of file Log.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > rosgraph_msgs::Log_< ContainerAllocator >::_msg_type

Definition at line 50 of file Log.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > rosgraph_msgs::Log_< ContainerAllocator >::_name_type

Definition at line 47 of file Log.h.

template<class ContainerAllocator >
typedef std::vector<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , typename ContainerAllocator::template rebind<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::other > rosgraph_msgs::Log_< ContainerAllocator >::_topics_type

Definition at line 62 of file Log.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::rosgraph_msgs::Log_<ContainerAllocator> const> rosgraph_msgs::Log_< ContainerAllocator >::ConstPtr

Definition at line 177 of file Log.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::rosgraph_msgs::Log_<ContainerAllocator> > rosgraph_msgs::Log_< ContainerAllocator >::Ptr

Definition at line 176 of file Log.h.

template<class ContainerAllocator >
typedef Log_<ContainerAllocator> rosgraph_msgs::Log_< ContainerAllocator >::Type

Definition at line 15 of file Log.h.


Member Enumeration Documentation

template<class ContainerAllocator >
anonymous enum
Enumerator:
DEBUG 

Definition at line 65 of file Log.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
INFO 

Definition at line 66 of file Log.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
WARN 

Definition at line 67 of file Log.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
ERROR 

Definition at line 68 of file Log.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
FATAL 

Definition at line 69 of file Log.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
rosgraph_msgs::Log_< ContainerAllocator >::Log_ (  )  [inline]

Definition at line 17 of file Log.h.

template<class ContainerAllocator >
rosgraph_msgs::Log_< ContainerAllocator >::Log_ ( const ContainerAllocator &  _alloc  )  [inline]

Definition at line 29 of file Log.h.


Member Function Documentation

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

Definition at line 80 of file Log.h.

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

Definition at line 87 of file Log.h.

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

Definition at line 132 of file Log.h.

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

Definition at line 78 of file Log.h.

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

Definition at line 76 of file Log.h.

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

Definition at line 85 of file Log.h.

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

Definition at line 83 of file Log.h.

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

Definition at line 130 of file Log.h.

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

Definition at line 90 of file Log.h.

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

Definition at line 148 of file Log.h.

template<class ContainerAllocator >
ROS_DEPRECATED uint32_t rosgraph_msgs::Log_< ContainerAllocator >::get_topics_size (  )  const [inline]

Definition at line 71 of file Log.h.

template<class ContainerAllocator >
ROS_DEPRECATED void rosgraph_msgs::Log_< ContainerAllocator >::get_topics_vec ( std::vector< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other >, typename ContainerAllocator::template rebind< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > >::other > &  vec  )  const [inline]

Definition at line 73 of file Log.h.

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

Definition at line 162 of file Log.h.

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

Definition at line 134 of file Log.h.

template<class ContainerAllocator >
ROS_DEPRECATED void rosgraph_msgs::Log_< ContainerAllocator >::set_topics_size ( uint32_t  size  )  [inline]

Definition at line 72 of file Log.h.

template<class ContainerAllocator >
ROS_DEPRECATED void rosgraph_msgs::Log_< ContainerAllocator >::set_topics_vec ( const std::vector< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other >, typename ContainerAllocator::template rebind< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > >::other > &  vec  )  [inline]

Definition at line 74 of file Log.h.


Member Data Documentation

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > rosgraph_msgs::Log_< ContainerAllocator >::file

Definition at line 54 of file Log.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > rosgraph_msgs::Log_< ContainerAllocator >::function

Definition at line 57 of file Log.h.

template<class ContainerAllocator >
::std_msgs::Header_<ContainerAllocator> rosgraph_msgs::Log_< ContainerAllocator >::header

Definition at line 42 of file Log.h.

template<class ContainerAllocator >
int8_t rosgraph_msgs::Log_< ContainerAllocator >::level

Definition at line 45 of file Log.h.

template<class ContainerAllocator >
uint32_t rosgraph_msgs::Log_< ContainerAllocator >::line

Definition at line 60 of file Log.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > rosgraph_msgs::Log_< ContainerAllocator >::msg

Definition at line 51 of file Log.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > rosgraph_msgs::Log_< ContainerAllocator >::name

Definition at line 48 of file Log.h.

template<class ContainerAllocator >
std::vector<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , typename ContainerAllocator::template rebind<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::other > rosgraph_msgs::Log_< ContainerAllocator >::topics

Definition at line 63 of file Log.h.


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


rosgraph_msgs
Author(s): Kenneth Conley
autogenerated on Fri Jan 11 09:34:19 2013