#include "Beowulf/Beowulf.H"
#include "Component/ModelManager.H"
#include "Devices/lcd.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. It displays status info from master (board A) sends. Christopher Ackerman 7/30/2003
Definition in file test-gistNav-lcd.C.
void terminate | ( | int | s | ) |
Signal handler (e.g., for control-C).
Definition at line 48 of file test-gistNav-lcd.C.
References goforever.
bool goforever = true [static] |
Will turn false on interrupt signal.
Definition at line 44 of file test-gistNav-lcd.C.
Referenced by terminate().