traci::TraCIServer::Subscription Class Reference


Detailed Description

Definition at line 322 of file TraCIServer.h.


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< int > variables

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 324 of file TraCIServer.h.

00326                 : commandId(commandIdArg), id(idArg), variables(variablesArg), beginTime(beginTimeArg), endTime(endTimeArg) {}


Field Documentation

Definition at line 330 of file TraCIServer.h.

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

Definition at line 327 of file TraCIServer.h.

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

Definition at line 328 of file TraCIServer.h.

Definition at line 329 of file TraCIServer.h.


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

Generated on Wed May 5 00:07:03 2010 for Sumo - Simulation of Urban MObility by  doxygen 1.5.6