Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

Direction.cc File Reference

#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:

Include dependency graph

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 []
clDirectionDir


Function Documentation

void SigHandler int  iSigNum  ) 
 

Definition at line 46 of file Direction.cc.

References bDebug.

int main int  argc,
char *  argv[]
 

Definition at line 62 of file Direction.cc.

References bDaemon, bDebug, Dir, clDirection::Exec(), and SigHandler().

void* ThrReceiveData void *  vpParam  ) 
 

Definition at line 88 of file Direction.cc.

References Dir, and clDirection::ReceiveData().

Referenced by clDirection::Exec().

void* ThrProcessData void *  vpParam  ) 
 

Definition at line 94 of file Direction.cc.

References Dir, and clDirection::ProcessData().

Referenced by clDirection::Exec().

void* ThrSendResults void *  vpParam  ) 
 

Definition at line 100 of file Direction.cc.

References Dir, and clDirection::SendResults().

Referenced by clDirection::Exec().


Variable Documentation

bool bDebug = false [static]
 

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().

bool bDaemon = false [static]
 

Definition at line 40 of file Direction.cc.

Referenced by clDirection::Exec(), clDirection::InitArray(), and main().

const char* cpaArrayTypes[] [static]
 

Initial value:

 { "Dipole", "Triangle", "Line",
    "Plane", "Cylinder", "Sphere" }

Definition at line 41 of file Direction.cc.

Referenced by clDirection::InitArray().

clDirection* Dir [static]
 

Definition at line 43 of file Direction.cc.

Referenced by main(), ThrProcessData(), ThrReceiveData(), and ThrSendResults().


Generated on Sun Oct 26 19:11:36 2003 for HASAS by doxygen 1.3.3