RepastHPC  2.3.1
Public Member Functions | List of all members
repast::RepeatingEvent Class Reference

ScheduledEvent that executes repeatedly. More...

#include <Schedule.h>

Inheritance diagram for repast::RepeatingEvent:
repast::ScheduledEvent

Public Member Functions

 RepeatingEvent (double start, double _interval, RepastEvent *)
 
virtual bool reschedule (std::priority_queue< ScheduledEvent *, std::vector< ScheduledEvent * >, EventCompare > &)
 Returns true if this event is rescheduled on the specified queue, otherwise false.
 
- Public Member Functions inherited from repast::ScheduledEvent
 ScheduledEvent (double, RepastEvent *)
 
RepastEventget_event ()
 Gets the RepastEvent that this ScheduleEvent wraps.
 

Additional Inherited Members

- Protected Attributes inherited from repast::ScheduledEvent
RepastEventevent
 
double start
 

Detailed Description

ScheduledEvent that executes repeatedly.

This will reschedule itself repeatedly at the appropriate interval.


The documentation for this class was generated from the following files: