UltraScan III
Classes | Macros | Typedefs
us_worker_pc.h File Reference
#include <QtCore>
#include "us_extern.h"
#include "us_dataIO.h"
#include "us_simparms.h"
#include "us_model.h"
#include "us_noise.h"
#include "us_zsolute.h"
#include "us_solve_sim.h"
Include dependency graph for us_worker_pc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  work_packet_pc_s
 Worker thread task packet. More...
 
class  WorkerThreadPc
 Worker thread to do the actual computational work of PCSA analysis. More...
 

Macros

#define DbgLv(a)   if(dbg_level>=a)qDebug()
 

Typedefs

typedef struct work_packet_pc_s WorkPacketPc
 Worker thread task packet. More...
 

Macro Definition Documentation

#define DbgLv (   a)    if(dbg_level>=a)qDebug()

Definition at line 16 of file us_worker_pc.h.

Typedef Documentation

Worker thread task packet.