20 #ifndef TraCI_LaneArea_h 21 #define TraCI_LaneArea_h 51 static std::vector<std::string>
getIDList();
58 static double getPosition(
const std::string& detID);
59 static std::string
getLaneID(
const std::string& detID);
60 static double getLength(
const std::string& detID);
An areal detector corresponding to a sequence of consecutive lanes.
static double getLastStepMeanSpeed(const std::string &detID)
static double getJamLengthMeters(const std::string &detID)
static int getLastStepHaltingNumber(const std::string &detID)
static int getJamLengthVehicle(const std::string &detID)
TraCI_LaneArea()
invalidated standard constructor
static int getLastStepVehicleNumber(const std::string &detID)
static std::string getLaneID(const std::string &detID)
static double getPosition(const std::string &detID)
static double getLength(const std::string &detID)
C++ TraCI client API implementation.
static std::vector< std::string > getIDList()
static double getLastStepOccupancy(const std::string &detID)
static MSE2Collector * getDetector(const std::string &detID)
static std::vector< std::string > getLastStepVehicleIDs(const std::string &detID)
TraCI_LaneArea & operator=(const TraCI_LaneArea &src)
invalidated assignment operator