#include <pthread.h>#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 "Direction.hh"Include dependency graph for Direction.cc:

Go to the source code of this file.
Functions | |
| void | SigHandler (int iSigNum) |
| int | main (int argc, char *argv[]) |
| void * | ThrReceiveData (void *vpParam) |
| void * | ThrProcessData (void *vpParam) |
| void * | ThrSendResults (void *vpParam) |
Variables | |
| bool | bDebug = false |
| bool | bDaemon = false |
| const char * | cpaArrayTypes [] |
| clDirection * | Dir |
|
|
Definition at line 46 of file Direction.cc. References bDebug. |
|
||||||||||||
|
Definition at line 62 of file Direction.cc. References bDaemon, bDebug, Dir, clDirection::Exec(), and SigHandler(). |
|
|
Definition at line 88 of file Direction.cc. References Dir, and clDirection::ReceiveData(). Referenced by clDirection::Exec(). |
|
|
Definition at line 94 of file Direction.cc. References Dir, and clDirection::ProcessData(). Referenced by clDirection::Exec(). |
|
|
Definition at line 100 of file Direction.cc. References Dir, and clDirection::SendResults(). Referenced by clDirection::Exec(). |
|
|
Definition at line 39 of file Direction.cc. Referenced by clDirection::Exec(), clDirection::GetFirstMsg(), clDirection::GetRequest(), clDirection::InitArray(), main(), clDirection::ProcessData(), clDirection::ReceiveData(), clDirection::SendResults(), SigHandler(), and clDirection::StopTiming(). |
|
|
Definition at line 40 of file Direction.cc. Referenced by clDirection::Exec(), clDirection::InitArray(), and main(). |
|
|
Initial value: { "Dipole", "Triangle", "Line",
"Plane", "Cylinder", "Sphere" }
Definition at line 41 of file Direction.cc. Referenced by clDirection::InitArray(). |
|
|
Definition at line 43 of file Direction.cc. Referenced by main(), ThrProcessData(), ThrReceiveData(), and ThrSendResults(). |
1.3.3