Eclipse SUMO - Simulation of Urban MObility
Vehicle.cpp File Reference
Include dependency graph for Vehicle.cpp:

Go to the source code of this file.

Namespaces

 libsumo
 

Macros

#define CALL_MICRO_FUN(veh, fun, mesoResult)   ((dynamic_cast<MSVehicle*>(veh) == nullptr ? (mesoResult) : dynamic_cast<MSVehicle*>(veh)->fun))
 
#define DEBUG_COND   (veh->isSelected())
 

Detailed Description

Author
Jakob Erdmann
Date
15.03.2017

Definition in file Vehicle.cpp.

Macro Definition Documentation

◆ CALL_MICRO_FUN

◆ DEBUG_COND