Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] CarFollowingModels functions call graph

Hello,
did you try searching the source code?
I recommend
 grep -i "\.followSpeed(" `find src -name "*.cpp" -o -name "*.h"
and
grep -i "\.followSpeed(" `find src -name "*.cpp" -o -name "*.h"` | grep -v lcmodels

regards,
Jakob

Am Di., 24. März 2020 um 15:41 Uhr schrieb Traboulsi, Abdullah <at666@xxxxxxxx>:
Hi,

I am trying to trace the call of functions defined in the car following model (e.g. Smart_SK) such as the function of follow Speed.
I would like to understand how these car follow models modify the behavior of vehicle movement using these functions, and from where they are called.

Thank you and regards

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top