|
RepastHPC
2.3.1
|
ScheduledEvent that executes repeatedly. More...
#include <Schedule.h>
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 *) | |
| RepastEvent * | get_event () |
| Gets the RepastEvent that this ScheduleEvent wraps. | |
Additional Inherited Members | |
Protected Attributes inherited from repast::ScheduledEvent | |
| RepastEvent * | event |
| double | start |
ScheduledEvent that executes repeatedly.
This will reschedule itself repeatedly at the appropriate interval.
1.8.17