#include <stdio.h>
#include <iostream>
#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 Authors: Jelle Kok Created: 23/11/2000 Last Revision: $ID$ Contents: This file contains the class declarations for the Connection class which sets up a connection with the soccer server.
Changes
Date Author Comment 23/11/2000 Jelle Kok Initial version created
Definition in file Connection.h.
|
Socket is a combination of a filedescriptor with a server adress. |