added comment

This commit is contained in:
Marco Zeisler 2021-06-02 22:49:54 +02:00
parent 7642455f88
commit 291e2ef78a

View File

@ -113,6 +113,8 @@ class Vehicle:
""" """
:return: "Datenaufzeichnung für automatisiertes Fahren" (DAF) object :return: "Datenaufzeichnung für automatisiertes Fahren" (DAF) object
""" """
# ATTENTION: ORDER MANDATORY
return DAF(vehicle_identification_number=self.vin, return DAF(vehicle_identification_number=self.vin,
# first deduce nce - is calculated, sets velocity to 0 if NCE # first deduce nce - is calculated, sets velocity to 0 if NCE
near_crash_event=self.nce, near_crash_event=self.nce,