Definition at line 214 of file Helper.h.
◆ vehicleStateChanged()
void libsumo::Helper::VehicleStateListener::vehicleStateChanged |
( |
const SUMOVehicle *const |
vehicle, |
|
|
MSNet::VehicleState |
to, |
|
|
const std::string & |
info = "" |
|
) |
| |
|
virtual |
Called if a vehicle changes its state.
- Parameters
-
[in] | vehicle | The vehicle which changed its state |
[in] | to | The state the vehicle has changed to |
[in] | info | Additional information on the state change |
Implements MSNet::VehicleStateListener.
Definition at line 1119 of file Helper.cpp.
References SUMOVehicle::getID().
◆ myVehicleStateChanges
std::map<MSNet::VehicleState, std::vector<std::string> > libsumo::Helper::VehicleStateListener::myVehicleStateChanges |
Changes in the states of simulated vehicles.
Definition at line 218 of file Helper.h.
The documentation for this class was generated from the following files: