![]() |
Menge
Modular Pedestrian Simulation Framework for Research and Development
|
Defines the goal classes for agent behaviors. More...
#include "CoreConfig.h"#include "fsmCommon.h"#include "Element.h"#include "ReadersWriterLock.h"#include "MengeException.h"Go to the source code of this file.
Classes | |
| class | Menge::BFSM::GoalException |
| Exception class for BFSM goals. More... | |
| class | Menge::BFSM::GoalFatalException |
| Exception thrown when the goal has an error which cannot be recovered from. More... | |
| class | Menge::BFSM::Goal |
| The base, abstract class defining goals. More... | |
Namespaces | |
| Menge | |
| The core namespace. All elements of Menge are contained in this namespace. | |
Functions | |
| Goal * | Menge::BFSM::parseGoal (TiXmlElement *node, const std::string &behaveFldr) |
| Parses a TinyXML element containing a goal description. More... | |
Defines the goal classes for agent behaviors.
1.8.8