![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <algorithm>
#include <memory>
#include <utils/common/StringUtils.h>
#include <utils/options/OptionsCont.h>
#include <utils/vehicle/SUMOVehicle.h>
#include <utils/common/WrappingCommand.h>
#include <utils/common/RGBColor.h>
#include <microsim/MSNet.h>
#include <microsim/MSVehicle.h>
#include <microsim/MSRouteHandler.h>
#include <microsim/MSVehicleControl.h>
#include <microsim/MSEventControl.h>
#include <microsim/MSDriverState.h>
#include "MSDevice_ToC.h"
Go to the source code of this file.
Macros | |
#define | DEFAULT_AUTOMATED_TYPE "" |
#define | DEFAULT_DYNAMIC_TOC_THRESHOLD 0.0 |
#define | DEFAULT_INITIAL_AWARENESS 0.5 |
#define | DEFAULT_LCABSTINENCE 0.0 |
#define | DEFAULT_MANUAL_TYPE "" |
#define | DEFAULT_MRM_DECEL 1.5 |
#define | DEFAULT_MRM_PROBABILITY 0.05 |
#define | DEFAULT_OPENGAP_CHANGERATE 1.0 |
#define | DEFAULT_OPENGAP_MAXDECEL 1.0 |
#define | DEFAULT_OPENGAP_SPACING 0.0 |
#define | DEFAULT_OPENGAP_TIMEGAP -1.0 |
#define | DEFAULT_RECOVERY_RATE 0.1 |
#define | DEFAULT_RESPONSE_TIME -1.0 |
#define | DYNAMIC_TOC_ABORT_RESISTANCE_FACTOR 2.0 |
#define | DYNAMIC_TOC_LEADTIME_FACTOR 0.75 |
#define | MAX_RESPONSETIME_SAMPLE_TRIES 100 |
#define | MAX_RESPONSETIME_VARIANCE 10000 |
#define DEFAULT_AUTOMATED_TYPE "" |
Definition at line 84 of file MSDevice_ToC.cpp.
Referenced by MSDevice_ToC::getAutomatedType().
#define DEFAULT_DYNAMIC_TOC_THRESHOLD 0.0 |
Definition at line 65 of file MSDevice_ToC.cpp.
Referenced by MSDevice_ToC::getDynamicToCThreshold(), and MSDevice_ToC::insertOptions().
#define DEFAULT_INITIAL_AWARENESS 0.5 |
Definition at line 61 of file MSDevice_ToC.cpp.
Referenced by MSDevice_ToC::getInitialAwareness(), and MSDevice_ToC::insertOptions().
#define DEFAULT_LCABSTINENCE 0.0 |
Definition at line 59 of file MSDevice_ToC.cpp.
Referenced by MSDevice_ToC::getLCAbstinence(), and MSDevice_ToC::insertOptions().
#define DEFAULT_MANUAL_TYPE "" |
Definition at line 83 of file MSDevice_ToC.cpp.
Referenced by MSDevice_ToC::getManualType().
#define DEFAULT_MRM_DECEL 1.5 |
Definition at line 63 of file MSDevice_ToC.cpp.
Referenced by MSDevice_ToC::getMRMDecel(), and MSDevice_ToC::insertOptions().
#define DEFAULT_MRM_PROBABILITY 0.05 |
Definition at line 68 of file MSDevice_ToC.cpp.
Referenced by MSDevice_ToC::getDynamicMRMProbability(), and MSDevice_ToC::insertOptions().
#define DEFAULT_OPENGAP_CHANGERATE 1.0 |
Definition at line 79 of file MSDevice_ToC.cpp.
Referenced by MSDevice_ToC::getOpenGapParams().
#define DEFAULT_OPENGAP_MAXDECEL 1.0 |
Definition at line 80 of file MSDevice_ToC.cpp.
Referenced by MSDevice_ToC::getOpenGapParams().
#define DEFAULT_OPENGAP_SPACING 0.0 |
Definition at line 78 of file MSDevice_ToC.cpp.
Referenced by MSDevice_ToC::getOpenGapParams().
#define DEFAULT_OPENGAP_TIMEGAP -1.0 |
Definition at line 77 of file MSDevice_ToC.cpp.
Referenced by MSDevice_ToC::getOpenGapParams().
#define DEFAULT_RECOVERY_RATE 0.1 |
Definition at line 57 of file MSDevice_ToC.cpp.
Referenced by MSDevice_ToC::getRecoveryRate(), and MSDevice_ToC::insertOptions().
#define DEFAULT_RESPONSE_TIME -1.0 |
Definition at line 54 of file MSDevice_ToC.cpp.
Referenced by MSDevice_ToC::getResponseTime(), and MSDevice_ToC::insertOptions().
#define DYNAMIC_TOC_ABORT_RESISTANCE_FACTOR 2.0 |
Definition at line 73 of file MSDevice_ToC.cpp.
Referenced by MSDevice_ToC::checkDynamicToC().
#define DYNAMIC_TOC_LEADTIME_FACTOR 0.75 |
Definition at line 71 of file MSDevice_ToC.cpp.
Referenced by MSDevice_ToC::notifyMove().
#define MAX_RESPONSETIME_SAMPLE_TRIES 100 |
Definition at line 88 of file MSDevice_ToC.cpp.
Referenced by MSDevice_ToC::sampleResponseTime().
#define MAX_RESPONSETIME_VARIANCE 10000 |
Definition at line 90 of file MSDevice_ToC.cpp.
Referenced by MSDevice_ToC::interpolateVariance().