#include <stdio.h>
#include <ostream.h>
#include <netdb.h>
#include <arpa/inet.h>
Include dependency graph for Connection.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
struct | _socket |
class | Connection |
Typedefs | |
typedef _socket | Socket |
File: Connection.h 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 declarations for the Connection class which sets up a connection with the soccer server. Based on sampleclient from soccer server.
Definition in file Connection.h.
|
Socket is a combination of a filedescriptor with a server adress. |