SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HelpersHBEFA.cpp File Reference
#include <config.h>
#include "HelpersHBEFA.h"
#include <limits>
#include <cmath>

Go to the source code of this file.

Macros

#define CO2_OFFSET   0
 
#define CO_OFFSET   6
 
#define FUEL_OFFSET   18
 
#define HC_OFFSET   12
 
#define NOx_OFFSET   24
 
#define PMx_OFFSET   30
 

Detailed Description

Author
Daniel Krajzewicz
Jakob Erdmann
Michael Behrisch
Date
Mon, 10.05.2004
Version
Id:
HelpersHBEFA.cpp 15707 2014-02-24 09:12:53Z dkrajzew

Definition in file HelpersHBEFA.cpp.

Macro Definition Documentation

#define CO2_OFFSET   0

Definition at line 48 of file HelpersHBEFA.cpp.

Referenced by HelpersHBEFA::computeCO2().

#define CO_OFFSET   6

Definition at line 49 of file HelpersHBEFA.cpp.

Referenced by HelpersHBEFA::computeCO().

#define FUEL_OFFSET   18

Definition at line 51 of file HelpersHBEFA.cpp.

Referenced by HelpersHBEFA::computeFuel().

#define HC_OFFSET   12

Definition at line 50 of file HelpersHBEFA.cpp.

Referenced by HelpersHBEFA::computeHC().

#define NOx_OFFSET   24

Definition at line 52 of file HelpersHBEFA.cpp.

Referenced by HelpersHBEFA::computeNOx().

#define PMx_OFFSET   30

Definition at line 53 of file HelpersHBEFA.cpp.

Referenced by HelpersHBEFA::computePMx().