PacMaster 2.0(r200)
Controls digital PAC measurements and collects the results
Public Member Functions

PacEventChunk Class Reference

Container class for a chunk of PacEvents. More...

#include <PacEventChunk.h>

List of all members.

Public Member Functions

 PacEventChunk (PacEvent **events, unsigned int size)
 ~PacEventChunk ()
unsigned int size () const
bool getNext (PacEvent **result)
PacEventgetEvent (quint32 idx)

Detailed Description

Container class for a chunk of PacEvents.

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

Constructor & Destructor Documentation

PacEventChunk::PacEventChunk ( PacEvent **  events,
unsigned int  size 
) [inline]
PacEventChunk::~PacEventChunk ( ) [inline]

Member Function Documentation

PacEvent* PacEventChunk::getEvent ( quint32  idx) [inline]
const bool PacEventChunk::getNext ( PacEvent **  result) [inline]

Entfernt Eintrag an Position pos aus Array und gibt Pointer in result zurück. return = false, falls array bereits leer ist. falls size==0 wird immer ein 0-pointer und true als rückgabewert zurückgegeben.

unsigned int PacEventChunk::size ( ) const [inline]

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