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 <utils/common/ToString.h>
#include "TraCITestClient.h"
Go to the source code of this file.
Macros | |
#define | BUILD_TCPIP |
A test execution class
Definition in file TraCITestClient.cpp.
#define BUILD_TCPIP |
Definition at line 42 of file TraCITestClient.cpp.