51 static double getPosition(
const std::string& detID);
52 static std::string
getLaneID(
const std::string& detID);
53 static double getLength(
const std::string& detID);
86 static std::shared_ptr<VariableWrapper>
makeWrapper();
#define LIBSUMO_ID_PARAMETER_API
#define LIBSUMO_SUBSCRIPTION_API
LaneArea()=delete
invalidated standard constructor
static std::shared_ptr< VariableWrapper > makeWrapper()
LIBSUMO_ID_PARAMETER_API static LIBSUMO_SUBSCRIPTION_API NamedRTree * getTree()
Returns a tree filled with inductive loop instances.
static SubscriptionResults mySubscriptionResults
static ContextSubscriptionResults myContextSubscriptionResults
static double getLastStepOccupancy(const std::string &detID)
static bool handleVariable(const std::string &objID, const int variable, VariableWrapper *wrapper, tcpip::Storage *paramData)
static double getLastIntervalMeanSpeed(const std::string &detID)
static double getLength(const std::string &detID)
static int getLastStepVehicleNumber(const std::string &detID)
static int getLastIntervalVehicleNumber(const std::string &detID)
static double getLastIntervalOccupancy(const std::string &detID)
static void storeShape(const std::string &id, PositionVector &shape)
Saves the shape of the requested object in the given container.
static double getJamLengthMeters(const std::string &detID)
static std::vector< std::string > getLastStepVehicleIDs(const std::string &detID)
static int getLastStepHaltingNumber(const std::string &detID)
static NamedRTree * myTree
static int getJamLengthVehicle(const std::string &detID)
static double getIntervalMeanSpeed(const std::string &detID)
static std::string getLaneID(const std::string &detID)
static double getPosition(const std::string &detID)
static double getLastStepMeanSpeed(const std::string &detID)
static void overrideVehicleNumber(const std::string &detID, int vehNum)
static double getLastIntervalMaxJamLengthInMeters(const std::string &detID)
static int getIntervalVehicleNumber(const std::string &detID)
static MSE2Collector * getDetector(const std::string &detID)
static double getIntervalMaxJamLengthInMeters(const std::string &detID)
static double getIntervalOccupancy(const std::string &detID)
An areal detector corresponding to a sequence of consecutive lanes.
A RT-tree for efficient storing of SUMO's Named objects.