SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
traci::TraCIServer::Subscription Class Reference

Public Member Functions

 Subscription (int commandIdArg, const std::string &idArg, const std::vector< int > &variablesArg, SUMOTime beginTimeArg, SUMOTime endTimeArg)

Data Fields

SUMOTime beginTime
int commandId
SUMOTime endTime
std::string id
std::vector< intvariables

Detailed Description

Definition at line 169 of file TraCIServer.h.


Constructor & Destructor Documentation

traci::TraCIServer::Subscription::Subscription ( int  commandIdArg,
const std::string &  idArg,
const std::vector< int > &  variablesArg,
SUMOTime  beginTimeArg,
SUMOTime  endTimeArg 
)
inline

Definition at line 171 of file TraCIServer.h.


Field Documentation

SUMOTime traci::TraCIServer::Subscription::beginTime

Definition at line 177 of file TraCIServer.h.

Referenced by traci::TraCIServer::postProcessSimulationStep2().

SUMOTime traci::TraCIServer::Subscription::endTime
std::string traci::TraCIServer::Subscription::id
std::vector<int> traci::TraCIServer::Subscription::variables

Definition at line 176 of file TraCIServer.h.

Referenced by traci::TraCIServer::processSingleSubscription().


The documentation for this class was generated from the following file: