Eclipse SUMO - Simulation of Urban MObility
|
#include <MSCalibrator.h>
Public Member Functions | |
AspiredState () | |
Data Fields | |
SUMOTime | begin |
SUMOTime | end |
double | q |
double | v |
SUMOVehicleParameter * | vehicleParameter |
Definition at line 98 of file MSCalibrator.h.
|
inline |
Definition at line 99 of file MSCalibrator.h.
SUMOTime MSCalibrator::AspiredState::begin |
Definition at line 100 of file MSCalibrator.h.
Referenced by MSCalibrator::myStartElement(), and MSCalibrator::setFlow().
SUMOTime MSCalibrator::AspiredState::end |
Definition at line 101 of file MSCalibrator.h.
Referenced by MSCalibrator::myStartElement(), and MSCalibrator::setFlow().
double MSCalibrator::AspiredState::q |
Definition at line 102 of file MSCalibrator.h.
Referenced by LIBSUMO_NAMESPACE::Calibrator::getVehsPerHour(), MSCalibrator::myStartElement(), and MSCalibrator::setFlow().
double MSCalibrator::AspiredState::v |
Definition at line 103 of file MSCalibrator.h.
Referenced by LIBSUMO_NAMESPACE::Calibrator::getSpeed(), MSCalibrator::myStartElement(), and MSCalibrator::setFlow().
SUMOVehicleParameter* MSCalibrator::AspiredState::vehicleParameter |
Definition at line 104 of file MSCalibrator.h.
Referenced by LIBSUMO_NAMESPACE::Calibrator::getRouteID(), LIBSUMO_NAMESPACE::Calibrator::getTypeID(), MSCalibrator::myStartElement(), and MSCalibrator::setFlow().