#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <limits.h>#include <string.h>#include <signal.h>#include <errno.h>#include <math.h>#include <float.h>#include <time.h>#include <sys/time.h>#include "LofarDemon.hh"#include "DC-Block.h"Include dependency graph for LofarDemon.cc:

Go to the source code of this file.
Defines | |
| #define | LOFAR_NWINS 12 |
Functions | |
| void | SigHandler (int iSigNum) |
| int | main (int argc, char *argv[]) |
Variables | |
| bool | bDebug |
| bool | bDaemonProc |
| clLofarDemon * | LofarDemon |
| const char * | cpaWindowFuncs [] |
|
|
Definition at line 43 of file LofarDemon.cc. Referenced by clLofarDemon::InitFFT(). |
|
|
Definition at line 59 of file LofarDemon.cc. References bDebug. |
|
||||||||||||
|
Definition at line 75 of file LofarDemon.cc. References bDaemonProc, bDebug, clLofarDemon::Exec(), LofarDemon, and SigHandler(). |
|
|
Definition at line 39 of file LofarDemon.cc. Referenced by clLofarDemon::Exec(), clLofarDemon::InitFFT(), clLofarDemon::InitFilter(), main(), clLofarDemon::MainLoop(), clLofarDemon::SendResults(), and SigHandler(). |
|
|
Definition at line 40 of file LofarDemon.cc. Referenced by main(). |
|
|
Definition at line 41 of file LofarDemon.cc. Referenced by main(). |
|
|
Initial value: {
"Rectangle",
"Bartlett",
"Blackman",
"Blackman-Harris",
"Cosine tapered",
"Exponential",
"Flat-top",
"Hamming",
"Hanning",
"Kaiser",
"Kaiser-Bessel",
"Tukey" }
Definition at line 44 of file LofarDemon.cc. Referenced by clLofarDemon::InitFFT(). |
1.3.3