SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <vector>
#include <iostream>
#include <iomanip>
#include <fstream>
#include <sstream>
#include <ctime>
#include <cstdlib>
#include <foreign/tcpip/storage.h>
#include <foreign/tcpip/socket.h>
#include <traci-server/TraCIConstants.h>
#include <utils/common/SUMOTime.h>
#include "TraCITestClient.h"
Go to the source code of this file.
Defines | |
#define | BUILD_TCPIP |
A dummy client to simulate communication to a TraCI server
Definition in file TraCITestClient.cpp.
#define BUILD_TCPIP |
Definition at line 41 of file TraCITestClient.cpp.