SUMO - Simulation of Urban MObility
|
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 |
Definition at line 169 of file TraCIServer.h.
|
inline |
Definition at line 171 of file TraCIServer.h.
SUMOTime traci::TraCIServer::Subscription::beginTime |
Definition at line 177 of file TraCIServer.h.
Referenced by traci::TraCIServer::postProcessSimulationStep2().
int traci::TraCIServer::Subscription::commandId |
Definition at line 174 of file TraCIServer.h.
Referenced by traci::TraCIServer::addSubscription(), traci::TraCIServer::postProcessSimulationStep2(), and traci::TraCIServer::processSingleSubscription().
SUMOTime traci::TraCIServer::Subscription::endTime |
Definition at line 178 of file TraCIServer.h.
Referenced by traci::TraCIServer::addSubscription(), and traci::TraCIServer::postProcessSimulationStep2().
std::string traci::TraCIServer::Subscription::id |
Definition at line 175 of file TraCIServer.h.
Referenced by traci::TraCIServer::postProcessSimulationStep2(), and traci::TraCIServer::processSingleSubscription().
std::vector<int> traci::TraCIServer::Subscription::variables |
Definition at line 176 of file TraCIServer.h.
Referenced by traci::TraCIServer::processSingleSubscription().