GAMS  1.4.0
GroupTypesEnum.h
Go to the documentation of this file.
1 
54 #ifndef _GAMS_GROUPS_GROUP_TYPES_ENUM_H_
55 #define _GAMS_GROUPS_GROUP_TYPES_ENUM_H_
56 
57 #include <vector>
58 #include <string>
59 #include <map>
60 
61 #include "madara/knowledge/KnowledgeBase.h"
62 
63 #include "gams/GamsExport.h"
64 
65 namespace gams
66 {
67  namespace groups
68  {
73  {
74  // fixed list is default
77  NUM_GROUP_TYPES = 2
78  };
79 
81  typedef madara::knowledge::KnowledgeRecord::Integer GroupType;
82  }
83 }
84 
85 #endif // _GAMS_GROUPS_GROUP_TYPES_ENUM_H_
GroupTypes
Known group types.
madara::knowledge::KnowledgeRecord::Integer GroupType
convenience typedef for GroupType
Contains all GAMS-related tools, classes and code.