Menge
Modular Pedestrian Simulation Framework for Research and Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Functions
Task.h File Reference

Defines the interface for behavior FSM tasks. actions that need to be taken at each time step. More...

#include "fsmCommon.h"
#include "Element.h"
#include "MengeException.h"
#include <string>

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...
 

Detailed Description

Defines the interface for behavior FSM tasks. actions that need to be taken at each time step.