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 |
Definition at line 330 of file TraCIServer.h.
Referenced by traci::TraCIServer::postProcessSimulationStep2().
Definition at line 331 of file TraCIServer.h.
Referenced by traci::TraCIServer::addSubscription(), and traci::TraCIServer::postProcessSimulationStep2().
| std::string traci::TraCIServer::Subscription::id |
Definition at line 328 of file TraCIServer.h.
| std::vector<int> traci::TraCIServer::Subscription::variables |
Definition at line 329 of file TraCIServer.h.
1.5.6