
#include "Beobot/BeobotVisualCortex.H"#include "Beobot/beobot-defs.H"#include "Beowulf/Beowulf.H"#include "Component/ModelManager.H"#include "Image/Image.H"#include "Image/ImageSet.H"#include "Image/Pixels.H"#include "Image/fancynorm.H"#include "Util/Types.H"#include <cstdlib>#include <iostream>#include <netdb.h>#include <signal.h>#include <time.h>#include <unistd.h>
Go to the source code of this file.
Defines | |
| #define | IMGWIDTH 160 |
| #define | IMGHEIGHT 120 |
Functions | |
| void | terminate (int s) |
| Signal handler (e.g., for control-C). | |
| int | main (const int argc, const char **argv) |
Variables | |
| static bool | goforever = true |
| Will turn false on interrupt signal. | |
A parallel vision slave to use with beobot-master. See the beobotgo script in bin/ for how to launch the slaves, and see beobot-master.C for the master program.
Definition in file beobot-slave.C.
| void terminate | ( | int | s | ) |
Signal handler (e.g., for control-C).
Definition at line 64 of file beobot-slave.C.
References goforever.
bool goforever = true [static] |
Will turn false on interrupt signal.
Definition at line 61 of file beobot-slave.C.
Referenced by terminate().
1.6.3