SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MSVehicle::State Class Reference

Container that holds the vehicles driving state (position+speed). More...

#include <MSVehicle.h>

Public Member Functions

bool operator!= (const State &state)
 Operator !=.
Stateoperator= (const State &state)
 Assignment operator.
SUMOReal pos () const
 Position of this state.
SUMOReal speed () const
 Speed of this state.
 State (SUMOReal pos, SUMOReal speed)
 Constructor.
 State (const State &state)
 Copy constructor.

Private Attributes

SUMOReal myPos
 the stored position
SUMOReal mySpeed
 the stored speed

Friends

class MSLaneChanger
class MSVehicle
 vehicle sets states directly

Detailed Description

Container that holds the vehicles driving state (position+speed).

Definition at line 87 of file MSVehicle.h.

Constructor & Destructor Documentation

MSVehicle::State::State ( SUMOReal  pos,
SUMOReal  speed 
)

Constructor.

Definition at line 138 of file MSVehicle.cpp.

MSVehicle::State::State ( const State state)

Copy constructor.

Definition at line 111 of file MSVehicle.cpp.

References myPos, and mySpeed.

Member Function Documentation

bool MSVehicle::State::operator!= ( const State state)

Operator !=.

Definition at line 126 of file MSVehicle.cpp.

References myPos, and mySpeed.

MSVehicle::State & MSVehicle::State::operator= ( const State state)

Assignment operator.

Definition at line 118 of file MSVehicle.cpp.

References myPos, and mySpeed.

Friends And Related Function Documentation

friend class MSLaneChanger
friend

Definition at line 90 of file MSVehicle.h.

friend class MSVehicle
friend

vehicle sets states directly

Definition at line 89 of file MSVehicle.h.

Field Documentation


The documentation for this class was generated from the following files: