Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <vector>
#include <limits>
#include <cmath>
#include <algorithm>
#include <utils/common/StdDefs.h>
#include <utils/common/SUMOVehicleClass.h>
Go to the source code of this file.
Data Structures | |
class | PollutantsInterface |
Helper methods for PHEMlight-based emission computation. More... | |
struct | PollutantsInterface::Emissions |
Storage for collected values of all emission types. More... | |
class | PollutantsInterface::Helper |
zero emission model, used as superclass for the other model helpers More... | |
Definition in file PollutantsInterface.h.