Skip to content
Snippets Groups Projects
Commit 2b5d8cca authored by Valerij Wittenbeck's avatar Valerij Wittenbeck
Browse files

added FeedbackPublisherInterface to SpeechInterface

parent 08eed577
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,17 @@ module armarx
void reportText(string text);
};
enum FeedbackType
{
eFeedbackKnow,
eFeedbackAgree
};
interface FeedbackPublisherInterface
{
void publishFeedback(FeedbackType type, bool sign);
};
};
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment