1 #ifndef SEM_SEMANTICSMANAGER_H
2 #define SEM_SEMANTICSMANAGER_H
5 #include "Sem_PlanParts.hpp"
6 #include "Sem_Actions.hpp"
7 #include "Sem_ActionsManager.hpp"
25 void setActions(
Actions *actions);
27 std::string globalJsonPath()
const;
28 void setGlobalJsonPath(
const std::string &globalJsonPath);
30 bool proactive()
const;
31 void setProactive(
bool proactive);
42 std::string _globalJsonPath;
52 #endif // SEM_SEMANTICSMANAGER_H
Definition: Sem_SemanticsManager.hpp:12
Definition: Sem_ActionsManager.hpp:32
Definition: Sem_PlanParts.hpp:90
This file implements macros to help with the logging, in a way similar to ROS, using log4cxx...
Definition: Sem_Actions.hpp:80