42 textToSpeechStateTopicPrx->reportState(eIdle);
66 textToSpeechStateTopicPrx->reportState(eStartedSpeaking);
75 textToSpeechStateTopicPrx->reportState(eFinishedSpeaking);
80 const Ice::StringSeq& params,
#define ARMARX_REGISTER_COMPONENT_EXECUTABLE(ComponentT, applicationName)
std::string getConfigIdentifier()
Retrieve config identifier for this component as set in constructor.
Property< PropertyType > getProperty(const std::string &name)
Brief description of class DummyTextToSpeech.
void onInitComponent() override
void reportText(const std::string &text, const Ice::Current &) override
void reportTextWithParams(const std::string &text, const Ice::StringSeq ¶ms, const Ice::Current &) override
void onDisconnectComponent() override
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
void onConnectComponent() override
void onExitComponent() override
void offeringTopic(const std::string &name)
Registers a topic for retrival after initialization.
TopicProxyType getTopic(const std::string &name)
Returns a proxy of the specified topic.
void usingTopic(const std::string &name, bool orderedPublishing=false)
Registers a proxy for subscription after initialization.
static void SleepMS(float milliseconds)
#define ARMARX_IMPORTANT
The logging level for always important information, but expected behaviour (in contrast to ARMARX_WAR...
#define ARMARX_WARNING
The logging level for unexpected behaviour, but not a serious problem.
This file offers overloads of toIce() and fromIce() functions for STL container types.
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.