
#include <QtCore>#include "us_extern.h"#include "us_dataIO.h"#include "us_simparms.h"#include "us_model.h"#include "us_noise.h"#include "us_solute.h"#include "us_solve_sim.h"

Go to the source code of this file.
Classes | |
| struct | work_packet_2d_s |
| Worker thread task packet. More... | |
| class | WorkerThread2D |
| Worker thread to do actual work of 2DSA analysis. More... | |
Macros | |
| #define | DbgLv(a) if(dbg_level>=a)qDebug() |
Typedefs | |
| typedef struct work_packet_2d_s | WorkPacket2D |
| Worker thread task packet. More... | |
| #define DbgLv | ( | a | ) | if(dbg_level>=a)qDebug() |
Definition at line 16 of file us_worker_2d.h.
| typedef struct work_packet_2d_s WorkPacket2D |
Worker thread task packet.
1.8.3.1-20130324