#include "Component/ModelManager.H"
#include "Devices/KeyBoard.H"
#include "Devices/HTTPServer.H"
#include "Util/log.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 (int argc, const char **argv) |
Variables | |
static bool | goforever = true |
Will turn false on interrupt signal. |
Test the http server
Definition in file test-httpServer.C.
void terminate | ( | int | s | ) |
Signal handler (e.g., for control-C).
Definition at line 49 of file test-httpServer.C.
References goforever.
bool goforever = true [static] |
Will turn false on interrupt signal.
Definition at line 46 of file test-httpServer.C.
Referenced by terminate().