
#include "Component/ModelManager.H"#include "Devices/DeviceOpts.H"#include "Devices/RadioDecoder.H"#include "Util/Types.H"#include "Util/log.H"#include <signal.h>#include <cstdio>
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 RC radio decoder
Definition in file test-radioDecoder.C.
| void terminate | ( | int | s | ) |
Signal handler (e.g., for control-C).
Definition at line 50 of file test-radioDecoder.C.
References goforever.
bool goforever = true [static] |
Will turn false on interrupt signal.
Definition at line 47 of file test-radioDecoder.C.
Referenced by terminate().
1.6.3