|  | Eclipse SUMO - Simulation of Urban MObility
    | 
#include <TraCIDefs.h>
| Public Member Functions | |
| TraCIReservation () | |
| TraCIReservation (const std::string &id, const std::vector< std::string > &persons, const std::string &group, const std::string &fromEdge, const std::string &toEdge, double departPos, double arrivalPos, double depart, double reservationTime, int state) | |
| Data Fields | |
| double | arrivalPos | 
| drop-off position on the destination edge | |
| double | depart | 
| pickup-time | |
| double | departPos | 
| pickup position on the origin edge | |
| std::string | fromEdge | 
| The origin edge id. | |
| std::string | group | 
| The group id of this reservation. | |
| std::string | id | 
| The id of the taxi reservation (usable for traci.vehicle.dispatchTaxi) | |
| std::vector< std::string > | persons | 
| The persons ids that are part of this reservation. | |
| double | reservationTime | 
| time when the reservation was made | |
| int | state | 
| the state of this reservation | |
| std::string | toEdge | 
| The destination edge id. | |
Definition at line 595 of file TraCIDefs.h.
| 
 | inline | 
Definition at line 597 of file TraCIDefs.h.
| 
 | inline | 
Definition at line 598 of file TraCIDefs.h.
| double libsumo::TraCIReservation::arrivalPos | 
drop-off position on the destination edge
Definition at line 623 of file TraCIDefs.h.
| double libsumo::TraCIReservation::depart | 
pickup-time
Definition at line 625 of file TraCIDefs.h.
| double libsumo::TraCIReservation::departPos | 
pickup position on the origin edge
Definition at line 621 of file TraCIDefs.h.
| std::string libsumo::TraCIReservation::fromEdge | 
The origin edge id.
Definition at line 617 of file TraCIDefs.h.
| std::string libsumo::TraCIReservation::group | 
The group id of this reservation.
Definition at line 615 of file TraCIDefs.h.
| std::string libsumo::TraCIReservation::id | 
The id of the taxi reservation (usable for traci.vehicle.dispatchTaxi)
Definition at line 611 of file TraCIDefs.h.
| std::vector<std::string> libsumo::TraCIReservation::persons | 
The persons ids that are part of this reservation.
Definition at line 613 of file TraCIDefs.h.
| double libsumo::TraCIReservation::reservationTime | 
time when the reservation was made
Definition at line 627 of file TraCIDefs.h.
| int libsumo::TraCIReservation::state | 
the state of this reservation
Definition at line 629 of file TraCIDefs.h.
| std::string libsumo::TraCIReservation::toEdge | 
The destination edge id.
Definition at line 619 of file TraCIDefs.h.