#include "Devices/BeoChip.H"
#include "Beobot/BeobotConfig.H"
#include "Beowulf/Beowulf.H"
#include "Component/ModelManager.H"
#include <signal.h>
#include <stdio.h>
Go to the source code of this file.
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. |
-- run on board B (has BeoChip). Executes motor commands from board A (master) -- Christopher Ackerman 7/30/2003
Definition in file test-gistNav.C.
void terminate | ( | int | s | ) |
Signal handler (e.g., for control-C).
Definition at line 48 of file test-gistNav.C.
References goforever.
bool goforever = true [static] |
Will turn false on interrupt signal.
Definition at line 44 of file test-gistNav.C.
Referenced by terminate().