MSLCM_DK2004.h File Reference


Detailed Description

Author:
Daniel Krajzewicz
Date:
Fri, 29.04.2005
Version:
Id
MSLCM_DK2004.h 8236 2010-02-10 11:16:41Z behrisch

Definition in file MSLCM_DK2004.h.

#include <config.h>
#include <microsim/MSAbstractLaneChangeModel.h>
#include <microsim/MSVehicleQuitReminded.h>
#include <vector>

Go to the source code of this file.

Data Structures

class  MSLCM_DK2004

Enumerations

enum  MyLCAEnum {
  LCA_AMBLOCKINGLEADER = 256, LCA_AMBLOCKINGFOLLOWER = 512, LCA_MRIGHT = 1024, LCA_MLEFT = 2048,
  LCA_UNBLOCK = 4096, LCA_AMBLOCKINGFOLLOWER_DONTBRAKE = 8192, LCA_AMBLOCKINGSECONDFOLLOWER = 16384, LCA_KEEP1 = 65536,
  LCA_KEEP2 = 131072, LCA_AMBACKBLOCKER = 262144, LCA_AMBACKBLOCKER_STANDING = 524288
}


Enumeration Type Documentation

enum MyLCAEnum

Enumerator:
LCA_AMBLOCKINGLEADER 
LCA_AMBLOCKINGFOLLOWER 
LCA_MRIGHT 
LCA_MLEFT 
LCA_UNBLOCK 
LCA_AMBLOCKINGFOLLOWER_DONTBRAKE 
LCA_AMBLOCKINGSECONDFOLLOWER 
LCA_KEEP1 
LCA_KEEP2 
LCA_AMBACKBLOCKER 
LCA_AMBACKBLOCKER_STANDING 

Definition at line 39 of file MSLCM_DK2004.h.

00039                {
00040     LCA_AMBLOCKINGLEADER = 256, // 0
00041     LCA_AMBLOCKINGFOLLOWER = 512,// 1
00042     LCA_MRIGHT = 1024, // 2
00043     LCA_MLEFT = 2048,// 3
00044     LCA_UNBLOCK = 4096,// 4
00045     LCA_AMBLOCKINGFOLLOWER_DONTBRAKE = 8192,// 5
00046     LCA_AMBLOCKINGSECONDFOLLOWER = 16384, // 6
00047     LCA_KEEP1 = 65536,// 8
00048     LCA_KEEP2 = 131072,// 9
00049     LCA_AMBACKBLOCKER = 262144,// 10
00050     LCA_AMBACKBLOCKER_STANDING = 524288// 11
00051 
00052 };


Generated on Wed May 5 00:06:38 2010 for Sumo - Simulation of Urban MObility by  doxygen 1.5.6