#include "BasicCoach.h"
#include "Parse.h"
#include <sys/poll.h>
Include dependency graph for BasicCoach.cpp:
Go to the source code of this file.
Functions | |
void * | stdin_callback (void *v) |
Variables | |
Logger | Log |
File: BasicCoach.cpp Project: Robocup Soccer Simulation Team: UvA Trilearn Authors: Jelle Kok Created: 03/03/2001 Last Revision: $ID$ Contents: This file contains the class definitions for the BasicCoach which contains the main structure for the coach.
Changes
Date Author Comment 03/03/2001 Jelle Kok Initial version created
Definition in file BasicCoach.cpp.
void* stdin_callback | ( | void * | v | ) |
Logger instantation that can be used by all classes
Definition at line 61 of file Logger.cpp.