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

Defines a transition target that returns the agent to the state from which he entered this state. More...

#include "CoreConfig.h"
#include "Target.h"
#include "TargetFactory.h"
#include "fsmCommon.h"
#include "ReadersWriterLock.h"
#include <list>

Go to the source code of this file.

Classes

class  Menge::BFSM::ReturnTarget
 The definition of the return target. More...
 
class  Menge::BFSM::ReturnTargetFactory
 The factory for creating the ReturnTarget. More...
 

Namespaces

 Menge
 The core namespace. All elements of Menge are contained in this namespace.
 

Detailed Description

Defines a transition target that returns the agent to the state from which he entered this state.