#include <errno.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
#include "Connection.h"
#include "Logger.h"
Include dependency graph for Connection.C:
Go to the source code of this file.
Variables | |
Logger | Log |
File: Connection.C Project: Robocup Soccer Simulation Team: UvA Trilearn 2001 Authors: Jelle Kok and Remco de Boer Created: 23/11/2000 Last Revision: 06/01/2002 Contents: This file contains the class definitions for the Connection class which sets up a connection with the soccer server.
Definition in file Connection.C.
|
This is a reference to the Logger for writing info to. Definition at line 56 of file Connection.C. |