|
rapid
A ROS robotics library.
|
#include <sound.h>
Public Member Functions | |
| MockSound () | |
| MOCK_METHOD1 (Say, void(const std::string &text)) | |
Public Member Functions inherited from rapid::sound::SoundInterface | |
| virtual | ~SoundInterface () |
| virtual void | Say (const std::string &text)=0 |
| rapid::sound::MockSound::MOCK_METHOD1 | ( | Say | , |
| void(const std::string &text) | |||
| ) |