SUMO - Simulation of Urban MObility
|
#include <string>
#include <sstream>
#include <vector>
#include <foreign/tcpip/socket.h>
#include <utils/common/SUMOTime.h>
Go to the source code of this file.
Data Structures | |
struct | testclient::BoundingBox |
struct | testclient::Position |
struct | testclient::Position3D |
struct | testclient::PositionRoadMap |
struct | testclient::TLPhase |
class | testclient::TraCITestClient |
Typedefs | |
typedef std::vector< Position > | testclient::Polygon |
typedef std::vector< TLPhase > | testclient::TLPhaseList |
A dummy client to simulate communication to a TraCI server
Definition in file TraCITestClient.h.