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

The state (and state goal) specification in the behavior configuration file. More...

#include "fsmCommon.h"
#include <list>
#include <string>

Go to the source code of this file.

Classes

class  Menge::BFSM::StateDescrip
 The description of a state (see State). More...
 

Namespaces

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

Functions

bool Menge::BFSM::parseState (TiXmlElement *node, const std::string &behaveFldr, std::list< StateDescrip * > &states)
 Parses a TinyXML element containing a state description. More...
 

Detailed Description

The state (and state goal) specification in the behavior configuration file.