Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

SenseHandler.h File Reference

#include "Connection.h"
#include "WorldModel.h"

Include dependency graph for SenseHandler.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Compounds

class  SenseHandler

Functions

void * sense_callback (void *v)

Variables

Logger Log


Detailed Description

File:          SenseHandler.h
Project:       Robocup Soccer Simulation Team: UvA Trilearn 2001
Authors:       Jelle Kok and Remco de Boer
Created:       28/11/2000
Last Revision: 06/01/2002
Contents:      This file contains the SenseHandler class that is used
               to process the information coming from the server.

Definition in file SenseHandler.h.


Function Documentation

void* sense_callback void *    v
 

This function is needed to start the Sense Thread (thread that continually waits for input and parses the input). This function is needed since it is not possible to call a method from a class using a thread. So this function calls handleMessagesFromServer from the SenseHandler class.

Parameters:
v  pointer to a SenseHandler class.

Definition at line 60 of file SenseHandler.C.


Variable Documentation

Logger Log
 

This is a reference to the Logger to write log info to

Definition at line 48 of file SenseHandler.h.


Generated on Thu Mar 7 00:37:49 2002 for UvA Trilearn 2001 by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001