PacMan 2.0(r200)
Runs on digital PAC measurement computers
Public Member Functions | Protected Member Functions

PacAnalyzerThread Class Reference

Parallel analysis thread. More...

#include <PacAnalyzerThread.h>

List of all members.

Public Member Functions

 PacAnalyzerThread (QObject *parent=0, int maxresultqueuelength=0)
 ~PacAnalyzerThread ()
void stop ()
void setMaxResultQueueLength (const int maxlength)
 Beendet Threadschleife.
void getStats (int *enqueuedchunks, int *droppedchunks)
long long getNextSeqNum () const
bool getOldestResult (const PacResultChunk **rc)

Protected Member Functions

void run ()

Detailed Description

Parallel analysis thread.

Author:
Matthias Nagl <mnagl@uni-goettingen.de>

Constructor & Destructor Documentation

PacAnalyzerThread::PacAnalyzerThread ( QObject *  parent = 0,
int  maxresultqueuelength = 0 
)
PacAnalyzerThread::~PacAnalyzerThread ( )

Member Function Documentation

long long PacAnalyzerThread::getNextSeqNum ( ) const
bool PacAnalyzerThread::getOldestResult ( const PacResultChunk **  rc) [inline]
void PacAnalyzerThread::getStats ( int *  enqueuedchunks,
int *  droppedchunks 
)
void PacAnalyzerThread::run ( ) [protected]
void PacAnalyzerThread::setMaxResultQueueLength ( const int  maxlength)

Beendet Threadschleife.

void PacAnalyzerThread::stop ( )

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends