20 #ifndef TraCI_InductionLoop_h 21 #define TraCI_InductionLoop_h 52 static std::vector<std::string>
getIDList();
54 static double getPosition(
const std::string& detID);
55 static std::string
getLaneID(
const std::string& detID);
62 static std::vector<TraCIVehicleData>
getVehicleData(
const std::string& detID);
static double getLastStepMeanSpeed(const std::string &detID)
static MSInductLoop * getDetector(const std::string &detID)
static double getLastStepMeanLength(const std::string &detID)
static std::vector< std::string > getIDList()
static std::vector< std::string > getLastStepVehicleIDs(const std::string &detID)
C++ TraCI client API implementation.
static int getLastStepVehicleNumber(const std::string &detID)
static std::string getLaneID(const std::string &detID)
TraCI_InductionLoop()
invalidated standard constructor
TraCI_InductionLoop & operator=(const TraCI_InductionLoop &src)
invalidated assignment operator
static double getLastStepOccupancy(const std::string &detID)
static double getTimeSinceDetection(const std::string &detID)
static double getPosition(const std::string &detID)
static std::vector< TraCIVehicleData > getVehicleData(const std::string &detID)
An unextended detector measuring at a fixed position on a fixed lane.