bmv2
Designing your own switch target with bmv2
|
Private Member Functions | |
void | execute () |
Initializes and registers a task that is to be executed periodically at a fixed interval. Task will execute during the lifetime of the object. If a PeriodicTask object is made a member of an ActionPrimitive class, this will ensure that the task is only executed if the extern represented by the ActionPrimitive is instantiated in P4.
|
private |
Executes the stored function and sets next
to the next desired execution time. To be called by PeriodicTaskList