ocra-recipes
Doxygen documentation for the ocra-recipes repository
MessageVocabulary.h
Go to the documentation of this file.
1 #ifndef MESSAGE_VOCABULARY_H
2 #define MESSAGE_VOCABULARY_H
3 
4 #include <iostream>
5 
6 namespace ocra_recipes
7 {
8 
10 {
11  // General indicators
12  FAILURE = 0,
15 
16  // Controller requests
21 
28 
29  // Controller status indicators
33 
34  // Task requests
43  // Other
45 };
46 
47 } // namespace ocra_yarp
48 #endif // MESSAGE_VOCABULARY_H