#include <speech.hpp>

Public Member Functions | |
| void | reset (ros::NodeHandle &nh) |
| void | speech_callback (const std_msgs::StringConstPtr &speech_msg) |
| SpeechSubscriber (const std::string &name, const std::string &speech_topic, const qi::SessionPtr &session) | |
| ~SpeechSubscriber () | |
Private Attributes | |
| qi::AnyObject | p_tts_ |
| std::string | speech_topic_ |
| ros::Subscriber | sub_speech_ |
Definition at line 38 of file speech.hpp.
| naoqi::subscriber::SpeechSubscriber::SpeechSubscriber | ( | const std::string & | name, |
| const std::string & | speech_topic, | ||
| const qi::SessionPtr & | session | ||
| ) |
Definition at line 29 of file speech.cpp.
Definition at line 42 of file speech.hpp.
Definition at line 35 of file speech.cpp.
| void naoqi::subscriber::SpeechSubscriber::speech_callback | ( | const std_msgs::StringConstPtr & | speech_msg | ) |
Definition at line 42 of file speech.cpp.
qi::AnyObject naoqi::subscriber::SpeechSubscriber::p_tts_ [private] |
Definition at line 51 of file speech.hpp.
std::string naoqi::subscriber::SpeechSubscriber::speech_topic_ [private] |
Definition at line 49 of file speech.hpp.
Definition at line 52 of file speech.hpp.