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

Enumerated types for the State class. More...

#include "Logger.h"

Go to the source code of this file.

Namespaces

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

Enumerations

enum  PropertyOperand {
  Menge::BFSM::NO_PROPERTY, Menge::BFSM::MAX_SPEED, Menge::BFSM::MAX_ACCEL, Menge::BFSM::PREF_SPEED,
  Menge::BFSM::MAX_ANGLE_VEL, Menge::BFSM::NEIGHBOR_DIST, Menge::BFSM::PRIORITY, Menge::BFSM::RADIUS
}
 The set of properties on which a PropertyAction can be used.
 
enum  InitVelEnum { Menge::BFSM::ZERO_INIT_VEL, Menge::BFSM::PREF_INIT_VEL }
 An enumeration for defining inital velocity for agents.
 

Functions

Logger & Menge::operator<< (Logger &out, const BFSM::PropertyOperand op)
 Friend function for printing string versions of the PropertyOperand enum. More...
 

Detailed Description

Enumerated types for the State class.