General Purpose Geodetic Library
|
#include <SgEstimator.h>
#include <SgVector.h>
#include <SgSymMatrix.h>
#include <SgUtMatrix.h>
#include <SgLogger.h>
#include <SgParameter.h>
#include <SgArcStorage.h>
#include <SgPwlStorage.h>
#include <SgPwlStorageBSplineL.h>
#include <SgPwlStorageBSplineQ.h>
#include <SgPwlStorageIncRates.h>
#include <SgTaskConfig.h>
#include <pthread.h>
#include <signal.h>
#include <unistd.h>
Go to the source code of this file.
Classes | |
struct | arg4Prc_01 |
struct | arg4Prc_02 |
Functions | |
void * | thPrc_01 (void *) |
void * | thPrc_02 (void *) |
Variables | |
const char * | nsNumOfThreads = "NUSOLVE_NUM_THREADS" |
void * thPrc_01 | ( | void * | pArg | ) |
Definition at line 96 of file SgEstimator.cpp.
References arg4Prc_01::column_, arg4Prc_01::lastPrcColumn_, arg4Prc_01::num_, arg4Prc_01::nZ_, arg4Prc_01::ppAx_, arg4Prc_01::ppRx_, arg4Prc_01::pthMutexes_, arg4Prc_01::pthMutL_, arg4Prc_01::pU_, arg4Prc_01::pZ_, arg4Prc_01::pZx_, and signum().
Referenced by SgEstimator::dataUpdate_th().
void * thPrc_02 | ( | void * | pArg | ) |
Definition at line 204 of file SgEstimator.cpp.
References arg4Prc_02::column_, arg4Prc_02::lastPrcColumn_, arg4Prc_02::nP_, arg4Prc_02::nX_, arg4Prc_02::nZ_, arg4Prc_02::ppAp_, arg4Prc_02::ppAx_, arg4Prc_02::ppRp_, arg4Prc_02::ppRpx_, arg4Prc_02::pthMutexes_, arg4Prc_02::pthMutL_, arg4Prc_02::pU_, arg4Prc_02::pZ_, arg4Prc_02::pZp_, and signum().
Referenced by SgEstimator::dataUpdate_th().
const char* nsNumOfThreads = "NUSOLVE_NUM_THREADS" |
Definition at line 49 of file SgEstimator.cpp.
Referenced by SgEstimator::SgEstimator().