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.
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.
Definition at line 177 of file TraCIServer.h.
Referenced by traci::TraCIServer::postProcessSimulationStep2().
Definition at line 174 of file TraCIServer.h.
Referenced by traci::TraCIServer::addSubscription(), traci::TraCIServer::postProcessSimulationStep2(), and traci::TraCIServer::processSingleSubscription().
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().