#include <SPQEvent.h>
Public Attributes | |
long | mAbsEventNum |
EventTypeT | mEventType |
double | mFineLevel |
double | mLevel |
Particle * | mParticle |
PortHole * | mPort |
Pointer | mProcessEvent |
Event Link containing a discrete event. This is either a message event with destination port mPort and Particle mParticle or a process event with a destination primitive.
long SPQEvent::mAbsEventNum |
Total number of the event. To achieve stability in the heap, every events gets a stamp denoting its absolute number in the simulation. This is similiar to CalendarQueue, therefore does not add additional overhead compared to that implmenentation.