$search
#include <TBoxObject.h>
Public Types | |
typedef int32_t | _class_id_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _description_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 > | _properties_type |
typedef std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > | _subjects_type |
typedef boost::shared_ptr < ::srs_knowledge::TBoxObject_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::srs_knowledge::TBoxObject_ < ContainerAllocator > > | Ptr |
typedef TBoxObject_ < 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_properties_size () const |
ROS_DEPRECATED void | get_properties_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 |
ROS_DEPRECATED uint32_t | get_subjects_size () const |
ROS_DEPRECATED void | get_subjects_vec (std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > &vec) const |
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_properties_size (uint32_t size) |
ROS_DEPRECATED void | set_properties_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) |
ROS_DEPRECATED void | set_subjects_size (uint32_t size) |
ROS_DEPRECATED void | set_subjects_vec (const std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > &vec) |
TBoxObject_ (const ContainerAllocator &_alloc) | |
TBoxObject_ () | |
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 | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
int32_t | class_id |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | description |
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 > | properties |
std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > | subjects |
Static Private Member Functions | |
static const char * | __s_getDataType_ () |
static const char * | __s_getMD5Sum_ () |
static const char * | __s_getMessageDefinition_ () |
Definition at line 21 of file TBoxObject.h.
typedef int32_t srs_knowledge::TBoxObject_< ContainerAllocator >::_class_id_type |
Definition at line 42 of file TBoxObject.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > srs_knowledge::TBoxObject_< ContainerAllocator >::_description_type |
Definition at line 48 of file TBoxObject.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > srs_knowledge::TBoxObject_< ContainerAllocator >::_name_type |
Definition at line 45 of file TBoxObject.h.
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 > srs_knowledge::TBoxObject_< ContainerAllocator >::_properties_type |
Definition at line 51 of file TBoxObject.h.
typedef std::vector<int32_t, typename ContainerAllocator::template rebind<int32_t>::other > srs_knowledge::TBoxObject_< ContainerAllocator >::_subjects_type |
Definition at line 54 of file TBoxObject.h.
typedef boost::shared_ptr< ::srs_knowledge::TBoxObject_<ContainerAllocator> const> srs_knowledge::TBoxObject_< ContainerAllocator >::ConstPtr |
Definition at line 126 of file TBoxObject.h.
typedef boost::shared_ptr< ::srs_knowledge::TBoxObject_<ContainerAllocator> > srs_knowledge::TBoxObject_< ContainerAllocator >::Ptr |
Definition at line 125 of file TBoxObject.h.
typedef TBoxObject_<ContainerAllocator> srs_knowledge::TBoxObject_< ContainerAllocator >::Type |
Definition at line 22 of file TBoxObject.h.
srs_knowledge::TBoxObject_< ContainerAllocator >::TBoxObject_ | ( | ) | [inline] |
Definition at line 24 of file TBoxObject.h.
srs_knowledge::TBoxObject_< ContainerAllocator >::TBoxObject_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 33 of file TBoxObject.h.
ROS_DEPRECATED const std::string srs_knowledge::TBoxObject_< ContainerAllocator >::__getDataType | ( | ) | const [inline] |
Definition at line 71 of file TBoxObject.h.
ROS_DEPRECATED const std::string srs_knowledge::TBoxObject_< ContainerAllocator >::__getMD5Sum | ( | ) | const [inline] |
Definition at line 78 of file TBoxObject.h.
ROS_DEPRECATED const std::string srs_knowledge::TBoxObject_< ContainerAllocator >::__getMessageDefinition | ( | ) | const [inline] |
Definition at line 90 of file TBoxObject.h.
static ROS_DEPRECATED const std::string srs_knowledge::TBoxObject_< ContainerAllocator >::__s_getDataType | ( | ) | [inline, static] |
Definition at line 69 of file TBoxObject.h.
static const char* srs_knowledge::TBoxObject_< ContainerAllocator >::__s_getDataType_ | ( | ) | [inline, static, private] |
Definition at line 67 of file TBoxObject.h.
static ROS_DEPRECATED const std::string srs_knowledge::TBoxObject_< ContainerAllocator >::__s_getMD5Sum | ( | ) | [inline, static] |
Definition at line 76 of file TBoxObject.h.
static const char* srs_knowledge::TBoxObject_< ContainerAllocator >::__s_getMD5Sum_ | ( | ) | [inline, static, private] |
Definition at line 74 of file TBoxObject.h.
static ROS_DEPRECATED const std::string srs_knowledge::TBoxObject_< ContainerAllocator >::__s_getMessageDefinition | ( | ) | [inline, static] |
Definition at line 88 of file TBoxObject.h.
static const char* srs_knowledge::TBoxObject_< ContainerAllocator >::__s_getMessageDefinition_ | ( | ) | [inline, static, private] |
Definition at line 81 of file TBoxObject.h.
virtual ROS_DEPRECATED uint8_t* srs_knowledge::TBoxObject_< ContainerAllocator >::deserialize | ( | uint8_t * | read_ptr | ) | [inline, virtual] |
Definition at line 103 of file TBoxObject.h.
ROS_DEPRECATED uint32_t srs_knowledge::TBoxObject_< ContainerAllocator >::get_properties_size | ( | ) | const [inline] |
Definition at line 58 of file TBoxObject.h.
ROS_DEPRECATED void srs_knowledge::TBoxObject_< ContainerAllocator >::get_properties_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 60 of file TBoxObject.h.
ROS_DEPRECATED uint32_t srs_knowledge::TBoxObject_< ContainerAllocator >::get_subjects_size | ( | ) | const [inline] |
Definition at line 62 of file TBoxObject.h.
ROS_DEPRECATED void srs_knowledge::TBoxObject_< ContainerAllocator >::get_subjects_vec | ( | std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > & | vec | ) | const [inline] |
Definition at line 64 of file TBoxObject.h.
virtual ROS_DEPRECATED uint32_t srs_knowledge::TBoxObject_< ContainerAllocator >::serializationLength | ( | ) | const [inline, virtual] |
Definition at line 114 of file TBoxObject.h.
virtual ROS_DEPRECATED uint8_t* srs_knowledge::TBoxObject_< ContainerAllocator >::serialize | ( | uint8_t * | write_ptr, | |
uint32_t | seq | |||
) | const [inline, virtual] |
Definition at line 92 of file TBoxObject.h.
ROS_DEPRECATED void srs_knowledge::TBoxObject_< ContainerAllocator >::set_properties_size | ( | uint32_t | size | ) | [inline] |
Definition at line 59 of file TBoxObject.h.
ROS_DEPRECATED void srs_knowledge::TBoxObject_< ContainerAllocator >::set_properties_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 61 of file TBoxObject.h.
ROS_DEPRECATED void srs_knowledge::TBoxObject_< ContainerAllocator >::set_subjects_size | ( | uint32_t | size | ) | [inline] |
Definition at line 63 of file TBoxObject.h.
ROS_DEPRECATED void srs_knowledge::TBoxObject_< ContainerAllocator >::set_subjects_vec | ( | const std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > & | vec | ) | [inline] |
Definition at line 65 of file TBoxObject.h.
boost::shared_ptr<std::map<std::string, std::string> > srs_knowledge::TBoxObject_< ContainerAllocator >::__connection_header |
Definition at line 127 of file TBoxObject.h.
int32_t srs_knowledge::TBoxObject_< ContainerAllocator >::class_id |
Definition at line 43 of file TBoxObject.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > srs_knowledge::TBoxObject_< ContainerAllocator >::description |
Definition at line 49 of file TBoxObject.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > srs_knowledge::TBoxObject_< ContainerAllocator >::name |
Definition at line 46 of file TBoxObject.h.
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 > srs_knowledge::TBoxObject_< ContainerAllocator >::properties |
Definition at line 52 of file TBoxObject.h.
std::vector<int32_t, typename ContainerAllocator::template rebind<int32_t>::other > srs_knowledge::TBoxObject_< ContainerAllocator >::subjects |
Definition at line 55 of file TBoxObject.h.