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);
61 static std::shared_ptr<VariableWrapper>
makeWrapper();
63 static bool handleVariable(
const std::string& objID,
const int variable, VariableWrapper* wrapper);
#define LIBSUMO_ID_PARAMETER_API
#define LIBSUMO_SUBSCRIPTION_API
LaneArea()=delete
invalidated standard constructor
LIBSUMO_ID_PARAMETER_API static LIBSUMO_SUBSCRIPTION_API std::shared_ptr< VariableWrapper > makeWrapper()
static SubscriptionResults mySubscriptionResults
static ContextSubscriptionResults myContextSubscriptionResults
static double getLastStepOccupancy(const std::string &detID)
static double getLength(const std::string &detID)
static int getLastStepVehicleNumber(const std::string &detID)
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 int getJamLengthVehicle(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 bool handleVariable(const std::string &objID, const int variable, VariableWrapper *wrapper)
static MSE2Collector * getDetector(const std::string &detID)
An areal detector corresponding to a sequence of consecutive lanes.
std::map< std::string, TraCIResults > SubscriptionResults
{object->{variable->value}}
std::map< std::string, SubscriptionResults > ContextSubscriptionResults