#include "SenseHandler.h"
#include "ActHandler.h"
#include "Parse.h"
#include <signal.h>
#include <string.h>
#include <stdio.h>
#include <iostream.h>
Include dependency graph for SenseHandler.C:
Go to the source code of this file.
Functions | |
void * | sense_callback (void *v) |
File: SenseHandler.C 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 class SenseHandler that is used to process the information coming from the server.
Definition in file SenseHandler.C.
|
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.
Definition at line 60 of file SenseHandler.C. References SenseHandler::handleMessagesFromServer(). |