D:/~Research/Code/C++/EvolveTraffic/Constants.h File Reference

#include "stdafx.h"

Include dependency graph for Constants.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

const WORD DIST_EXPONENTIAL = 200U
const WORD DIST_LOGNORMAL = 201U
const WORD DIST_GAMMA = 202U
const WORD DIST_GUMBEL = 203U
const WORD DIST_POISSON = 204U
const WORD DIST_GEV = 205U
const WORD DIST_NORMAL = 206U
const WORD DIST_CONST = 207U
const WORD IDM_PARAM_T = 300U
const WORD IDM_PARAM_A = 301U
const WORD IDM_PARAM_B = 302U
const WORD IDM_PARAM_S0 = 303U
const WORD IDM_PARAM_S1 = 304U
const WORD IDM_PARAM_V0 = 305U
const WORD IDM_PARAM_DELTA = 306U
const WORD IDM_PARAM_POLITE = 307U
const WORD IDM_PARAM_BIAS = 308U
const WORD IDM_PARAM_DELTAATH = 309U
const WORD VEH_ID_CAR = 0
const WORD VEH_ID_SMALLTRUCK = 1
const WORD VEH_ID_LARGETRUCK = 2
const WORD VEH_ID_CRANE = 3
const WORD VEH_ID_LOWLOADER = 4
const WORD FEAT_SPEEDLIMIT = 400U
const WORD FEAT_GRADIENT = 401U
const int CASTOR_MAX_AXLES = 9
const UINT VERSION_NUMBER = 1
const double M_PER_S_TO_KM_PER_H = 3.6
const double KM_PER_H_TO_M_PER_S = 0.27777778
const double KG100_TO_KN = 0.981
const int SECS_PER_HOUR = 3600
const int HOURS_PER_DAY = 24
const int MINS_PER_HOUR = 60
const int SECS_PER_MIN = 60
const int FIXED_ROWS = 1
const int FIXED_COLUMNS = 1
const WORD METRICS_VEH_ALL = 500U
const WORD METRICS_VEH_CAR = 501U
const WORD METRICS_VEH_SMALLTRUCK = 502U
const WORD METRICS_VEH_LARGETRUCK = 503U
const WORD METRICS_VEH_CRANE = 504U
const WORD METRICS_VEH_LOWLOADER = 505U
const WORD METRICS_TYPE_FLOWDENSITY = 510U
const WORD METRICS_TYPE_HEADWAY = 511U
const WORD METRICS_TYPE_COMPOSITION = 512U
const WORD METRICS_TYPE_LANE_CHANGE = 513U
const WORD SAFT = 100U
const WORD CASTOR = 101U
const WORD INPUT_FILE_BUFFER_SIZE = 10U
const WORD DRAW_FRAMES_PER_SEC = 20U


Variable Documentation

const WORD CASTOR = 101U

const int CASTOR_MAX_AXLES = 9

Definition at line 46 of file Constants.h.

Referenced by Vehicle::writeCASTORData().

const WORD DIST_CONST = 207U

const WORD DIST_EXPONENTIAL = 200U

const WORD DIST_GAMMA = 202U

const WORD DIST_GEV = 205U

const WORD DIST_GUMBEL = 203U

const WORD DIST_LOGNORMAL = 201U

const WORD DIST_NORMAL = 206U

const WORD DIST_POISSON = 204U

const WORD DRAW_FRAMES_PER_SEC = 20U

Definition at line 88 of file Constants.h.

Referenced by CEvolveTrafficView::CEvolveTrafficView().

const WORD FEAT_GRADIENT = 401U

const WORD FEAT_SPEEDLIMIT = 400U

const int FIXED_COLUMNS = 1

const int FIXED_ROWS = 1

const int HOURS_PER_DAY = 24

Definition at line 59 of file Constants.h.

Referenced by CEvolveTrafficView::DrawTimer(), Vehicle::getTime(), and Vehicle::setTime().

const WORD IDM_PARAM_A = 301U

Definition at line 24 of file Constants.h.

Referenced by CIDMParameterSet::buildParamSet(), and CParameter::SetDefaultParams().

const WORD IDM_PARAM_B = 302U

Definition at line 25 of file Constants.h.

Referenced by CIDMParameterSet::buildParamSet(), and CParameter::SetDefaultParams().

const WORD IDM_PARAM_BIAS = 308U

Definition at line 31 of file Constants.h.

Referenced by CIDMParameterSet::buildParamSet(), and CParameter::SetDefaultParams().

const WORD IDM_PARAM_DELTA = 306U

Definition at line 29 of file Constants.h.

Referenced by CIDMParameterSet::buildParamSet(), and CParameter::SetDefaultParams().

const WORD IDM_PARAM_DELTAATH = 309U

Definition at line 32 of file Constants.h.

Referenced by CIDMParameterSet::buildParamSet(), and CParameter::SetDefaultParams().

const WORD IDM_PARAM_POLITE = 307U

Definition at line 30 of file Constants.h.

Referenced by CIDMParameterSet::buildParamSet(), and CParameter::SetDefaultParams().

const WORD IDM_PARAM_S0 = 303U

Definition at line 26 of file Constants.h.

Referenced by CIDMParameterSet::buildParamSet(), and CParameter::SetDefaultParams().

const WORD IDM_PARAM_S1 = 304U

Definition at line 27 of file Constants.h.

Referenced by CIDMParameterSet::buildParamSet(), and CParameter::SetDefaultParams().

const WORD IDM_PARAM_T = 300U

Definition at line 23 of file Constants.h.

Referenced by CIDMParameterSet::buildParamSet(), and CParameter::SetDefaultParams().

const WORD IDM_PARAM_V0 = 305U

Definition at line 28 of file Constants.h.

Referenced by CIDMParameterSet::buildParamSet(), and CParameter::SetDefaultParams().

const WORD INPUT_FILE_BUFFER_SIZE = 10U

Definition at line 85 of file Constants.h.

Referenced by Road::init().

const double KG100_TO_KN = 0.981

const double KM_PER_H_TO_M_PER_S = 0.27777778

const double M_PER_S_TO_KM_PER_H = 3.6

const WORD METRICS_TYPE_COMPOSITION = 512U

const WORD METRICS_TYPE_FLOWDENSITY = 510U

const WORD METRICS_TYPE_HEADWAY = 511U

const WORD METRICS_TYPE_LANE_CHANGE = 513U

const WORD METRICS_VEH_ALL = 500U

const WORD METRICS_VEH_CAR = 501U

const WORD METRICS_VEH_CRANE = 504U

const WORD METRICS_VEH_LARGETRUCK = 503U

const WORD METRICS_VEH_LOWLOADER = 505U

const WORD METRICS_VEH_SMALLTRUCK = 502U

const int MINS_PER_HOUR = 60

Definition at line 60 of file Constants.h.

Referenced by CEvolveTrafficView::DrawTimer(), and Vehicle::setTime().

const WORD SAFT = 100U

const int SECS_PER_HOUR = 3600

const int SECS_PER_MIN = 60

Definition at line 61 of file Constants.h.

Referenced by CEvolveTrafficView::DrawTimer(), and Vehicle::getTime().

const WORD VEH_ID_CAR = 0

const WORD VEH_ID_CRANE = 3

const WORD VEH_ID_LARGETRUCK = 2

const WORD VEH_ID_LOWLOADER = 4

const WORD VEH_ID_SMALLTRUCK = 1

const UINT VERSION_NUMBER = 1

Definition at line 49 of file Constants.h.


Generated on Wed Aug 20 00:48:36 2008 for EvolveTraffic by  doxygen 1.5.6