![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <MSOverheadWire.h>
Public Member Functions | |
OverheadWireClamp & | operator= (const OverheadWireClamp &)=delete |
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 318 of file MSOverheadWire.h.
|
inline |
Definition at line 321 of file MSOverheadWire.h.
|
inline |
Definition at line 327 of file MSOverheadWire.h.
|
delete |
MSOverheadWire* MSTractionSubstation::OverheadWireClamp::end |
Definition at line 335 of file MSOverheadWire.h.
Referenced by NLTriggerBuilder::parseAndBuildOverheadWireSection().
const std::string MSTractionSubstation::OverheadWireClamp::id |
Definition at line 333 of file MSOverheadWire.h.
Referenced by NLTriggerBuilder::parseAndBuildOverheadWireSection().
MSOverheadWire* MSTractionSubstation::OverheadWireClamp::start |
Definition at line 334 of file MSOverheadWire.h.
Referenced by NLTriggerBuilder::parseAndBuildOverheadWireSection().
bool MSTractionSubstation::OverheadWireClamp::usage |
Definition at line 336 of file MSOverheadWire.h.
Referenced by NLTriggerBuilder::parseAndBuildOverheadWireSection().