|
SUMO - Simulation of Urban MObility
|
Public Member Functions | |
| VehicleState (SUMOReal _time, SUMOReal _speed, SUMOReal _angle, const Position &_position, const std::string &_laneID, SUMOReal _lanePos) | |
| Constructor. More... | |
| ~VehicleState () | |
| Destructor. More... | |
Data Fields | |
| SUMOReal | angle |
| The angle of the vehicle. More... | |
| std::string | laneID |
| The lane the vehicle was at. More... | |
| SUMOReal | lanePos |
| The position at the lane of the vehicle. More... | |
| Position | position |
| The position of the vehicle. More... | |
| SUMOReal | speed |
| The speed of the vehicle. More... | |
| SUMOReal | time |
| The current time. More... | |
Definition at line 243 of file MSDevice_BTreceiver.h.
|
inline |
Constructor.
| [in] | _time | The current time |
| [in] | _speed | The speed of the vehicle |
| [in] | _angle | The angle of the vehicle |
| [in] | _position | The position of the vehicle |
| [in] | _laneID | The id of the lane the vehicle is located at |
| [in] | _lanePos | The position of the vehicle along the lane |
Definition at line 253 of file MSDevice_BTreceiver.h.
|
inline |
Destructor.
Definition at line 257 of file MSDevice_BTreceiver.h.
| SUMOReal MSDevice_BTreceiver::VehicleState::angle |
The angle of the vehicle.
Definition at line 264 of file MSDevice_BTreceiver.h.
Referenced by MSDevice_BTreceiver::BTreceiverUpdate::execute().
| std::string MSDevice_BTreceiver::VehicleState::laneID |
The lane the vehicle was at.
Definition at line 268 of file MSDevice_BTreceiver.h.
| SUMOReal MSDevice_BTreceiver::VehicleState::lanePos |
The position at the lane of the vehicle.
Definition at line 270 of file MSDevice_BTreceiver.h.
| Position MSDevice_BTreceiver::VehicleState::position |
The position of the vehicle.
Definition at line 266 of file MSDevice_BTreceiver.h.
Referenced by MSDevice_BTreceiver::BTreceiverUpdate::execute().
| SUMOReal MSDevice_BTreceiver::VehicleState::speed |
The speed of the vehicle.
Definition at line 262 of file MSDevice_BTreceiver.h.
Referenced by MSDevice_BTreceiver::BTreceiverUpdate::execute().
| SUMOReal MSDevice_BTreceiver::VehicleState::time |
The current time.
Definition at line 260 of file MSDevice_BTreceiver.h.