#include <MSE3Collector.h>
For each vehicle within the area (that entered through an entry point), this structure is allocated. All values gathered from the vehicle are aggregated within this structure.
Definition at line 368 of file MSE3Collector.h.
Data Fields | |
| SUMOReal | entryTime |
| The vehicle's entry time. | |
| bool | hadUpdate |
| An internal information whether the update step was performed. | |
| SUMOReal | haltingBegin |
| Begin time of last halt begin. | |
| unsigned | haltings |
| The sum of haltings the vehicle has/had within the area. | |
| unsigned | intervalHaltings |
| The sum of haltings the vehicle has/had within the area during the current interval. | |
| SUMOReal | intervalSpeedSum |
| The sum of registered speeds the vehicle has/had inside the area during the current interval. | |
| SUMOReal | leaveTime |
| The vehicle's leaving time. | |
| SUMOReal | speedSum |
| The sum of registered speeds the vehicle has/had inside the area. | |
| SUMOReal MSE3Collector::E3Values::entryTime |
The vehicle's entry time.
Definition at line 370 of file MSE3Collector.h.
Referenced by MSE3Collector::enter(), and MSE3Collector::update().
An internal information whether the update step was performed.
Definition at line 384 of file MSE3Collector.h.
Referenced by MSE3Collector::enter(), MSE3Collector::leave(), and MSE3Collector::update().
Begin time of last halt begin.
Definition at line 378 of file MSE3Collector.h.
Referenced by MSE3Collector::enter(), MSE3Collector::leave(), and MSE3Collector::update().
| unsigned MSE3Collector::E3Values::haltings |
The sum of haltings the vehicle has/had within the area.
Definition at line 376 of file MSE3Collector.h.
Referenced by MSE3Collector::enter(), MSE3Collector::leave(), and MSE3Collector::update().
The sum of haltings the vehicle has/had within the area during the current interval.
Definition at line 382 of file MSE3Collector.h.
Referenced by MSE3Collector::enter(), MSE3Collector::leave(), and MSE3Collector::update().
The sum of registered speeds the vehicle has/had inside the area during the current interval.
Definition at line 380 of file MSE3Collector.h.
Referenced by MSE3Collector::enter(), MSE3Collector::leave(), and MSE3Collector::update().
| SUMOReal MSE3Collector::E3Values::leaveTime |
The vehicle's leaving time.
Definition at line 372 of file MSE3Collector.h.
Referenced by MSE3Collector::enter(), and MSE3Collector::leave().
| SUMOReal MSE3Collector::E3Values::speedSum |
The sum of registered speeds the vehicle has/had inside the area.
Definition at line 374 of file MSE3Collector.h.
Referenced by MSE3Collector::enter(), MSE3Collector::leave(), and MSE3Collector::update().
1.5.6