#include <Log.h>
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 ::roslib::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 < ::roslib::Log_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::roslib::Log_ < ContainerAllocator > > | Ptr |
typedef Log_< ContainerAllocator > | Type |
Public Member Functions | |
const std::string | __getDataType () const |
const std::string | __getMD5Sum () const |
const std::string | __getMessageDefinition () const |
virtual uint8_t * | deserialize (uint8_t *read_ptr) |
uint32_t | get_topics_size () const |
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 uint32_t | serializationLength () const |
virtual uint8_t * | serialize (uint8_t *write_ptr, uint32_t seq) const |
void | set_topics_size (uint32_t size) |
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 const std::string | __s_getDataType () |
static const std::string | __s_getMD5Sum () |
static 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 |
::roslib::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_ () |
Definition at line 20 of file Log.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > roslib::Log_< ContainerAllocator >::_file_type |
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > roslib::Log_< ContainerAllocator >::_function_type |
typedef ::roslib::Header_<ContainerAllocator> roslib::Log_< ContainerAllocator >::_header_type |
typedef int8_t roslib::Log_< ContainerAllocator >::_level_type |
typedef uint32_t roslib::Log_< ContainerAllocator >::_line_type |
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > roslib::Log_< ContainerAllocator >::_msg_type |
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > roslib::Log_< ContainerAllocator >::_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 > roslib::Log_< ContainerAllocator >::_topics_type |
typedef boost::shared_ptr< ::roslib::Log_<ContainerAllocator> const> roslib::Log_< ContainerAllocator >::ConstPtr |
typedef boost::shared_ptr< ::roslib::Log_<ContainerAllocator> > roslib::Log_< ContainerAllocator >::Ptr |
typedef Log_<ContainerAllocator> roslib::Log_< ContainerAllocator >::Type |
anonymous enum |
anonymous enum |
anonymous enum |
anonymous enum |
anonymous enum |
roslib::Log_< ContainerAllocator >::Log_ | ( | ) | [inline] |
roslib::Log_< ContainerAllocator >::Log_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
const std::string roslib::Log_< ContainerAllocator >::__getDataType | ( | ) | const [inline] |
const std::string roslib::Log_< ContainerAllocator >::__getMD5Sum | ( | ) | const [inline] |
const std::string roslib::Log_< ContainerAllocator >::__getMessageDefinition | ( | ) | const [inline] |
static const std::string roslib::Log_< ContainerAllocator >::__s_getDataType | ( | ) | [inline, static] |
static const char* roslib::Log_< ContainerAllocator >::__s_getDataType_ | ( | ) | [inline, static, private] |
static const std::string roslib::Log_< ContainerAllocator >::__s_getMD5Sum | ( | ) | [inline, static] |
static const char* roslib::Log_< ContainerAllocator >::__s_getMD5Sum_ | ( | ) | [inline, static, private] |
static const std::string roslib::Log_< ContainerAllocator >::__s_getMessageDefinition | ( | ) | [inline, static] |
static const char* roslib::Log_< ContainerAllocator >::__s_getMessageDefinition_ | ( | ) | [inline, static, private] |
virtual uint8_t* roslib::Log_< ContainerAllocator >::deserialize | ( | uint8_t * | read_ptr | ) | [inline, virtual] |
uint32_t roslib::Log_< ContainerAllocator >::get_topics_size | ( | ) | const [inline] |
void roslib::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] |
virtual uint32_t roslib::Log_< ContainerAllocator >::serializationLength | ( | ) | const [inline, virtual] |
virtual uint8_t* roslib::Log_< ContainerAllocator >::serialize | ( | uint8_t * | write_ptr, | |
uint32_t | seq | |||
) | const [inline, virtual] |
void roslib::Log_< ContainerAllocator >::set_topics_size | ( | uint32_t | size | ) | [inline] |
void roslib::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] |
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > roslib::Log_< ContainerAllocator >::file |
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > roslib::Log_< ContainerAllocator >::function |
::roslib::Header_<ContainerAllocator> roslib::Log_< ContainerAllocator >::header |
int8_t roslib::Log_< ContainerAllocator >::level |
uint32_t roslib::Log_< ContainerAllocator >::line |
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > roslib::Log_< ContainerAllocator >::msg |
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > roslib::Log_< ContainerAllocator >::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 > roslib::Log_< ContainerAllocator >::topics |