47 static double getPosition(
const std::string& loopID);
48 static std::string
getLaneID(
const std::string& loopID);
55 static std::vector<libsumo::TraCIVehicleData>
getVehicleData(
const std::string& loopID);
86 static std::shared_ptr<VariableWrapper>
makeWrapper();
#define LIBSUMO_ID_PARAMETER_API
#define LIBSUMO_SUBSCRIPTION_API
static std::string getLaneID(const std::string &loopID)
static ContextSubscriptionResults myContextSubscriptionResults
static std::vector< std::string > getLastIntervalVehicleIDs(const std::string &loopID)
static std::shared_ptr< VariableWrapper > makeWrapper()
static std::vector< std::string > getIntervalVehicleIDs(const std::string &loopID)
static SubscriptionResults mySubscriptionResults
static int getIntervalVehicleNumber(const std::string &loopID)
InductionLoop()=delete
invalidated standard constructor
static MEInductLoop * getMEDetector(const std::string &loopID)
static void storeShape(const std::string &id, PositionVector &shape)
Saves the shape of the requested object in the given container.
static double getLastIntervalOccupancy(const std::string &loopID)
static MSInductLoop * getDetector(const std::string &loopID)
static double getTimeSinceDetection(const std::string &loopID)
static std::vector< std::string > getLastStepVehicleIDs(const std::string &loopID)
static NamedRTree * myTree
static double getLastStepOccupancy(const std::string &loopID)
static std::vector< libsumo::TraCIVehicleData > getVehicleData(const std::string &loopID)
static int getLastStepVehicleNumber(const std::string &loopID)
static double getLastStepMeanSpeed(const std::string &loopID)
LIBSUMO_ID_PARAMETER_API static LIBSUMO_SUBSCRIPTION_API NamedRTree * getTree()
Returns a tree filled with inductive loop instances.
static double getLastIntervalMeanSpeed(const std::string &loopID)
static void overrideTimeSinceDetection(const std::string &loopID, double time)
static bool handleVariable(const std::string &objID, const int variable, VariableWrapper *wrapper, tcpip::Storage *paramData)
static double getLastStepMeanLength(const std::string &loopID)
static double getIntervalOccupancy(const std::string &loopID)
static double getPosition(const std::string &loopID)
static int getLastIntervalVehicleNumber(const std::string &loopID)
static double getIntervalMeanSpeed(const std::string &loopID)
An induction loop for mesoscopic simulation.
An unextended detector measuring at a fixed position on a fixed lane.
A RT-tree for efficient storing of SUMO's Named objects.