Eclipse SUMO - Simulation of Urban MObility
|
#include <MSOverheadWire.h>
Public Member Functions | |
OverheadWireClamp () | |
OverheadWireClamp (const std::string _id, MSOverheadWire *_start, MSOverheadWire *_end, bool _usage) | |
Data Fields | |
MSOverheadWire * | end |
const std::string | id |
MSOverheadWire * | start |
bool | usage |
Definition at line 358 of file MSOverheadWire.h.
|
inline |
Definition at line 361 of file MSOverheadWire.h.
|
inline |
Definition at line 367 of file MSOverheadWire.h.
MSOverheadWire* MSTractionSubstation::OverheadWireClamp::end |
Definition at line 375 of file MSOverheadWire.h.
Referenced by NLTriggerBuilder::parseAndBuildOverheadWireSection().
const std::string MSTractionSubstation::OverheadWireClamp::id |
Definition at line 373 of file MSOverheadWire.h.
Referenced by NLTriggerBuilder::parseAndBuildOverheadWireSection().
MSOverheadWire* MSTractionSubstation::OverheadWireClamp::start |
Definition at line 374 of file MSOverheadWire.h.
Referenced by NLTriggerBuilder::parseAndBuildOverheadWireSection().
bool MSTractionSubstation::OverheadWireClamp::usage |
Definition at line 376 of file MSOverheadWire.h.
Referenced by NLTriggerBuilder::parseAndBuildOverheadWireSection().