 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
20 #ifndef GUIChargingStation_h
21 #define GUIChargingStation_h
78 const std::string& name,
79 double chargingPower,
double efficiency,
bool chargeInTransit,
double chargeDelay);
A window containing a gl-object's parameter.
Representation of a lane in the micro simulation.
The simulated network and simulation perfomer.
PositionVector myFGShape
The shape.
~GUIChargingStation()
Destructor.
GUIGLObjectPopupMenu * getPopUpMenu(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own popup-menu.
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
A class that stores a 2D geometrical boundary.
Position myFGSignPos
The position of the sign.
A point in 2D or 3D with translation and scaling methods.
const std::string getOptionalName() const
Returns the stopping place name.
Boundary getCenteringBoundary() const
Returns the boundary to which the view shall be centered in order to show the object.
std::vector< double > myFGShapeLengths
The lengths of the shape parts.
double myFGSignRot
The rotation of the sign.
A lane area vehicles can halt at (gui-version)
GUIChargingStation(const std::string &id, MSLane &lane, double frompos, double topos, const std::string &name, double chargingPower, double efficiency, bool chargeInTransit, double chargeDelay)
Constructor.
Stores the information about how to visualize structures.
GUIParameterTableWindow * getParameterWindow(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own parameter window.
std::vector< double > myFGShapeRotations
The rotations of the shape parts.