SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
MSE2Collector::VehicleInfo Struct Reference

Internal representation of a vehicle. More...

#include <MSE2Collector.h>

Collaboration diagram for MSE2Collector::VehicleInfo:
Collaboration graph

Public Member Functions

 VehicleInfo (std::string _id, std::string _type, SUMOReal _speed, SUMOReal _timeOnDet, SUMOReal _lengthOnDet, SUMOReal _position, SUMOReal _lengthWithGap, SUMOReal _accel, bool _stillOnDet)
 

Data Fields

SUMOReal accel
 
std::string id
 
SUMOReal lengthOnDet
 
SUMOReal lengthWithGap
 
SUMOReal position
 
SUMOReal speed
 
bool stillOnDet
 
SUMOReal timeOnDet
 
std::string type
 

Detailed Description

Internal representation of a vehicle.

Definition at line 87 of file MSE2Collector.h.

Constructor & Destructor Documentation

MSE2Collector::VehicleInfo::VehicleInfo ( std::string  _id,
std::string  _type,
SUMOReal  _speed,
SUMOReal  _timeOnDet,
SUMOReal  _lengthOnDet,
SUMOReal  _position,
SUMOReal  _lengthWithGap,
SUMOReal  _accel,
bool  _stillOnDet 
)
inline

Definition at line 88 of file MSE2Collector.h.

Field Documentation

SUMOReal MSE2Collector::VehicleInfo::accel

Definition at line 97 of file MSE2Collector.h.

std::string MSE2Collector::VehicleInfo::id

Definition at line 90 of file MSE2Collector.h.

SUMOReal MSE2Collector::VehicleInfo::lengthOnDet

Definition at line 94 of file MSE2Collector.h.

SUMOReal MSE2Collector::VehicleInfo::lengthWithGap

Definition at line 96 of file MSE2Collector.h.

SUMOReal MSE2Collector::VehicleInfo::position

Definition at line 95 of file MSE2Collector.h.

SUMOReal MSE2Collector::VehicleInfo::speed

Definition at line 92 of file MSE2Collector.h.

bool MSE2Collector::VehicleInfo::stillOnDet

Definition at line 98 of file MSE2Collector.h.

SUMOReal MSE2Collector::VehicleInfo::timeOnDet

Definition at line 93 of file MSE2Collector.h.

std::string MSE2Collector::VehicleInfo::type

Definition at line 91 of file MSE2Collector.h.


The documentation for this struct was generated from the following file: