![]() |
SUMO - Simulation of Urban MObility
|
#include <config.h>
#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_INITIAL_AWARENESS 0.5 |
#define | DEFAULT_LCABSTINENCE 0.0 |
#define | DEFAULT_MANUAL_TYPE "" |
#define | DEFAULT_MRM_DECEL 1.5 |
#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 5.0 |
#define DEFAULT_AUTOMATED_TYPE "" |
Definition at line 72 of file MSDevice_ToC.cpp.
Referenced by MSDevice_ToC::getAutomatedType().
#define DEFAULT_INITIAL_AWARENESS 0.5 |
Definition at line 60 of file MSDevice_ToC.cpp.
Referenced by MSDevice_ToC::getInitialAwareness(), and MSDevice_ToC::insertOptions().
#define DEFAULT_LCABSTINENCE 0.0 |
Definition at line 58 of file MSDevice_ToC.cpp.
Referenced by MSDevice_ToC::getLCAbstinence(), and MSDevice_ToC::insertOptions().
#define DEFAULT_MANUAL_TYPE "" |
Definition at line 71 of file MSDevice_ToC.cpp.
Referenced by MSDevice_ToC::getManualType().
#define DEFAULT_MRM_DECEL 1.5 |
Definition at line 62 of file MSDevice_ToC.cpp.
Referenced by MSDevice_ToC::getMRMDecel(), and MSDevice_ToC::insertOptions().
#define DEFAULT_OPENGAP_CHANGERATE 1.0 |
Definition at line 67 of file MSDevice_ToC.cpp.
Referenced by MSDevice_ToC::getOpenGapParams().
#define DEFAULT_OPENGAP_MAXDECEL 1.0 |
Definition at line 68 of file MSDevice_ToC.cpp.
Referenced by MSDevice_ToC::getOpenGapParams().
#define DEFAULT_OPENGAP_SPACING 0.0 |
Definition at line 66 of file MSDevice_ToC.cpp.
Referenced by MSDevice_ToC::getOpenGapParams().
#define DEFAULT_OPENGAP_TIMEGAP -1.0 |
Definition at line 65 of file MSDevice_ToC.cpp.
Referenced by MSDevice_ToC::getOpenGapParams().
#define DEFAULT_RECOVERY_RATE 0.1 |
Definition at line 56 of file MSDevice_ToC.cpp.
Referenced by MSDevice_ToC::getRecoveryRate(), and MSDevice_ToC::insertOptions().
#define DEFAULT_RESPONSE_TIME 5.0 |
Definition at line 53 of file MSDevice_ToC.cpp.
Referenced by MSDevice_ToC::getResponseTime(), and MSDevice_ToC::insertOptions().