#include "ActHandler.h"
Include dependency graph for BasicCoach.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | BasicCoach |
Functions | |
void * | stdin_callback (void *v) |
File: BasicCoach.h Project: Robocup Soccer Simulation Team: UvA Trilearn Authors: Jelle Kok Created: 03/03/2001 Last Revision: $ID$ Contents: This file contains the class declarations for the BasicCoach which contains the main structure for the case.
Changes
Date Author Comment 03/03/2001 Jelle Kok Initial version created
Definition in file BasicCoach.h.
|
This method can be called in a separate thread (see pthread_create) since it returns a void pointer. It is assumed that this function receives a BasicPlayer class as argument. The only thing this function does is starting the method handleStdin() from the corresponding BasicPlayer class that listens to user input from the keyboard. This function is necessary since a method from a class cannot be an argument of pthread_create.
Definition at line 466 of file Player.cpp. |