|
Autopysta
|
| ▼ include | |
| clock.h | File for the clock class definition (short description) |
| creator.h | Defines the creator class for generating vehicles in traffic simulations |
| creator_martinez_jin_2020.h | Defines the creator_martinez_jin_2020 class for generating vehicles using the Martinez and Jin (2020) model |
| diccionario.h | Defines the Diccionario and Nodo structs for key-value dictionary management |
| example_car.h | Defines the example_car class, a simple car-following model |
| Exception.h | |
| fixed_demand_creator.h | Defines the fixed_demand_creator class for generating vehicles at a fixed rate |
| fixed_state_creator.h | Defines the fixed_state_creator class for generating vehicles with fixed spacing and speed |
| geometry.h | Defines the geometry class for managing highway segment properties |
| gipps.h | Header file for the Gipps car-following model class |
| idm.h | Definition of the IDM (Intelligent Driver Model) class |
| lcm_gipps.h | File for the lcm_gipps and p_lcm_gipps classes definitions |
| linear.h | Header file for the linear class definition |
| martinez_jin_2020.h | Header file for the martinez_jin_2020 class definition based on the Martinez and Jin (2020) car-following model |
| misc.h | Header file containing miscellaneous utility functions and classes |
| model.h | File for the model and lcm classes definitions (short description) |
| newell.h | Header file for Newell's car-following model class definition |
| newell_constrained_timestep.h | Header file for the newell_constrained_timestep class definition |
| newell_random_acceleration.h | Header file for the newell_random_acceleration class definition |
| no_lch.h | File for the definition of the no_lch class |
| p_gipps.h | Header file for the p_gipps parameter class definition |
| p_idm.h | Parameters for the Intelligent Driver Model (IDM) |
| p_linear.h | Header file for the p_linear class definition |
| p_martinez_jin_2020.h | Header file for the p_martinez_jin_2020 class definition |
| p_newell.h | Header file for the p_newell class definition |
| p_newell_random_acceleration.h | Header file for the p_newell_random_acceleration class definition |
| params.h | File for the params and params_cust classes definitions (short description) |
| point.h | File for the point class definition |
| random_generator.h | Provides utilities for generating random numbers using various probability distributions |
| results.h | Defines the results and Box classes for managing simulation results |
| simulation.h | This file contains the definitions for the simulation class |
| trajectory.h | Contains definitions for the generalized_trajectory, static_trajectory, and trajectory classes |
| vehicle.h | Defines the road_object, vehicle, and fixed_object classes used to represent objects on the road |