Eclipse SUMO - Simulation of Urban MObility
libsumo/Vehicle.cpp File Reference
Include dependency graph for libsumo/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
Mirko Barthauer
Date
15.03.2017

Definition in file libsumo/Vehicle.cpp.

Macro Definition Documentation

◆ CALL_MICRO_FUN

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

Definition at line 56 of file libsumo/Vehicle.cpp.

◆ DEBUG_COND

#define DEBUG_COND   (veh->isSelected())

Definition at line 65 of file libsumo/Vehicle.cpp.