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

SenseHandler.cpp File Reference

#include "SenseHandler.h"
#include "ActHandler.h"
#include "Parse.h"
#include <signal.h>
#include <string.h>
#include <stdio.h>
#include <iostream>

Include dependency graph for SenseHandler.cpp:

Include dependency graph

Go to the source code of this file.

Functions

void * sense_callback (void *v)


Detailed Description

File:          SenseHandler.cpp
Project:       Robocup Soccer Simulation Team: UvA Trilearn
Authors:       Jelle Kok
Created:       28/11/2000
Last Revision: $ID$
Contents:      This file contains the class SenseHandler that is used
               to process the information coming from the server.

Changes

Date Author Comment 28/11/2000 Jelle Kok Initial version created

Definition in file SenseHandler.cpp.


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 68 of file SenseHandler.cpp.

References SenseHandler::handleMessagesFromServer().


Generated on Fri Nov 7 11:45:53 2003 for UvA Trilearn 2003 Base Code by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001