Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <list>
#include <string>
#include <iostream>
#include <fstream>
#include <sstream>
#include <microsim/MSStoppingPlace.h>
#include <utils/common/Named.h>
#include <utils/vehicle/SUMOVehicle.h>
#include <utils/common/WrappingCommand.h>
#include <utils/traction_wire/Circuit.h>
Go to the source code of this file.
Data Structures | |
class | MSOverheadWire |
Definition of overhead wire segment. More... | |
struct | MSOverheadWire::Charge |
struct to save information for the overhead wire segment output More... | |
class | MSOverheadWire::vehicle_position_sorter |
A class for sorting vehicle on lane under the overhead wire segment. More... | |
class | MSTractionSubstation |
Traction substation powering one or more overhead wire sections. More... | |
struct | MSTractionSubstation::chargeTS |
struct to save information for the traction substation output More... | |
struct | MSTractionSubstation::OverheadWireClamp |
Macros | |
#define | JOULE2WATTHR(_x) ((_x)/3600.0) |
#define | WATT2WATTHR(_x) ((_x)*TS/3600.0) |
#define | WATTHR2JOULE(_x) ((_x)*3600.0) |
#define | WATTHR2WATT(_x) ((_x)*3600.0/TS) |
Variables | |
const double | WIRE_RESISTIVITY = (double)2 * 0.000113 |
Definition in file MSOverheadWire.h.
#define JOULE2WATTHR | ( | _x | ) | ((_x)/3600.0) |
Definition at line 40 of file MSOverheadWire.h.
#define WATT2WATTHR | ( | _x | ) | ((_x)*TS/3600.0) |
Definition at line 42 of file MSOverheadWire.h.
#define WATTHR2JOULE | ( | _x | ) | ((_x)*3600.0) |
Definition at line 39 of file MSOverheadWire.h.
#define WATTHR2WATT | ( | _x | ) | ((_x)*3600.0/TS) |
Definition at line 41 of file MSOverheadWire.h.
const double WIRE_RESISTIVITY = (double)2 * 0.000113 |
Definition at line 36 of file MSOverheadWire.h.
Referenced by MSTractionSubstation::addOverheadWireClampToCircuit(), MSTractionSubstation::addOverheadWireInnerSegmentToCircuit(), MSTractionSubstation::addOverheadWireSegmentToCircuit(), and MSDevice_ElecHybrid::notifyMove().