#include <WordRecognized.h>
Public Types | |
typedef std::vector< float, typename ContainerAllocator::template rebind< float >::other > | _confidence_values_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 > | _words_type |
typedef boost::shared_ptr < ::nao_msgs::WordRecognized_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::nao_msgs::WordRecognized_ < ContainerAllocator > > | Ptr |
typedef WordRecognized_ < ContainerAllocator > | Type |
Public Member Functions | |
WordRecognized_ () | |
WordRecognized_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
std::vector< float, typename ContainerAllocator::template rebind< float >::other > | confidence_values |
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 > | words |
Definition at line 21 of file WordRecognized.h.
typedef std::vector<float, typename ContainerAllocator::template rebind<float>::other > nao_msgs::WordRecognized_< ContainerAllocator >::_confidence_values_type |
Definition at line 39 of file WordRecognized.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 > nao_msgs::WordRecognized_< ContainerAllocator >::_words_type |
Definition at line 36 of file WordRecognized.h.
typedef boost::shared_ptr< ::nao_msgs::WordRecognized_<ContainerAllocator> const> nao_msgs::WordRecognized_< ContainerAllocator >::ConstPtr |
Definition at line 44 of file WordRecognized.h.
typedef boost::shared_ptr< ::nao_msgs::WordRecognized_<ContainerAllocator> > nao_msgs::WordRecognized_< ContainerAllocator >::Ptr |
Definition at line 43 of file WordRecognized.h.
typedef WordRecognized_<ContainerAllocator> nao_msgs::WordRecognized_< ContainerAllocator >::Type |
Definition at line 22 of file WordRecognized.h.
nao_msgs::WordRecognized_< ContainerAllocator >::WordRecognized_ | ( | ) | [inline] |
Definition at line 24 of file WordRecognized.h.
nao_msgs::WordRecognized_< ContainerAllocator >::WordRecognized_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 30 of file WordRecognized.h.
boost::shared_ptr<std::map<std::string, std::string> > nao_msgs::WordRecognized_< ContainerAllocator >::__connection_header |
Definition at line 45 of file WordRecognized.h.
std::vector<float, typename ContainerAllocator::template rebind<float>::other > nao_msgs::WordRecognized_< ContainerAllocator >::confidence_values |
Definition at line 40 of file WordRecognized.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 > nao_msgs::WordRecognized_< ContainerAllocator >::words |
Definition at line 37 of file WordRecognized.h.