Eclipse SUMO - Simulation of Urban MObility
Subscription.h File Reference
#include <config.h>
#include <vector>
#include <set>
#include <foreign/tcpip/storage.h>
#include <libsumo/TraCIDefs.h>
#include <utils/common/SUMOVehicleClass.h>
#include <utils/common/SUMOTime.h>
Include dependency graph for Subscription.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  libsumo::Subscription
 Representation of a subscription. More...
 
class  libsumo::VariableWrapper
 

Namespaces

 libsumo
 

Enumerations

enum  libsumo::SubscriptionFilterType {
  libsumo::SUBS_FILTER_NONE = 0 , libsumo::SUBS_FILTER_LANES = 1 , libsumo::SUBS_FILTER_NOOPPOSITE = 1 << 1 , libsumo::SUBS_FILTER_DOWNSTREAM_DIST = 1 << 2 ,
  libsumo::SUBS_FILTER_UPSTREAM_DIST = 1 << 3 , libsumo::SUBS_FILTER_LEAD_FOLLOW = 1 << 4 , libsumo::SUBS_FILTER_TURN = 1 << 6 , libsumo::SUBS_FILTER_VCLASS = 1 << 7 ,
  libsumo::SUBS_FILTER_VTYPE = 1 << 8 , libsumo::SUBS_FILTER_FIELD_OF_VISION = 1 << 9 , libsumo::SUBS_FILTER_LATERAL_DIST = 1 << 10 , libsumo::SUBS_FILTER_NO_RTREE = SUBS_FILTER_LANES | SUBS_FILTER_DOWNSTREAM_DIST | SUBS_FILTER_UPSTREAM_DIST | SUBS_FILTER_LEAD_FOLLOW | SUBS_FILTER_TURN | SUBS_FILTER_LATERAL_DIST ,
  libsumo::SUBS_FILTER_MANEUVER = SUBS_FILTER_LEAD_FOLLOW | SUBS_FILTER_TURN
}
 Filter types for context subscriptions. More...
 

Detailed Description

Author
Michael Behrisch
Date
2007/10/24

Definition in file Subscription.h.