![]() |
Menge
Modular Pedestrian Simulation Framework for Research and Development
|
Defines the interface for behavior FSM tasks. actions that need to be taken at each time step. More...
Go to the source code of this file.
Classes | |
| class | Menge::BFSM::TaskException |
| Exception thrown when a task fails at doing its work. These exceptions can be logged but should not arrest execution of the simulation. More... | |
| class | Menge::BFSM::TaskFatalException |
| Exception thrown when the task has an error which cannot be recovered from. More... | |
| class | Menge::BFSM::Task |
| Interface for basic FSM task. More... | |
Namespaces | |
| Menge | |
| The core namespace. All elements of Menge are contained in this namespace. | |
Functions | |
| Task * | Menge::BFSM::parseTask (TiXmlElement *node, const std::string &behaveFldr) |
| Parses a TinyXML element containing a task specification. More... | |
Defines the interface for behavior FSM tasks. actions that need to be taken at each time step.
1.8.8