SimuPac 2.0(r200)
Simulates several PacMan nodes
Public Member Functions

PacEvent Class Reference

Class representing a single event and implementing the < operator necessary for qSort() More...

#include <PacEvent.h>

List of all members.

Public Member Functions

 PacEvent (quint64 time, double energy)
quint64 time () const
double energy () const
bool operator< (const PacEvent &other) const
void addTimeOffset (qint64 offset)
QByteArray toByteArray () const

Detailed Description

Class representing a single event and implementing the < operator necessary for qSort()

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

Constructor & Destructor Documentation

PacEvent::PacEvent ( quint64  time,
double  energy 
) [inline]

Member Function Documentation

void PacEvent::addTimeOffset ( qint64  offset) [inline]
double PacEvent::energy ( ) const [inline]
bool PacEvent::operator< ( const PacEvent other) const [inline]
quint64 PacEvent::time ( ) const [inline]
QByteArray PacEvent::toByteArray ( ) const [inline]

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