Aimsun Next Scripting
22
|
Public Member Functions | |
GKVehicleReactionTimes () | |
GKVehicleReactionTimes (float val, float valStop, float valTrafficLight, float prob) | |
Public Attributes | |
float | reactionTime |
float | reactionTimeAtStop |
float | reactionTimeAtTrafficLight |
float | probability |
GKVehicleReactionTimes::GKVehicleReactionTimes | ( | ) |
GKVehicleReactionTimes::GKVehicleReactionTimes | ( | float | val, |
float | valStop, | ||
float | valTrafficLight, | ||
float | prob | ||
) |
float GKVehicleReactionTimes::probability |
Probability of these reaction times for this vehicle type. Used in micro and meso
float GKVehicleReactionTimes::reactionTime |
Reaction time for this vehicle type. Used in micro and meso
float GKVehicleReactionTimes::reactionTimeAtStop |
Reaction time for this vehicle type when the vehicle is stopped. Used only in micro
float GKVehicleReactionTimes::reactionTimeAtTrafficLight |
Reaction time for this vehicle type when stopped at a red light and being the first of the queue. Used in micro and meso