Scheduler for VISH Objects.
More...
#include </home/werner/origo/vish/ocean/plankton/VScheduler.hpp>
List of all members.
Static Public Member Functions
-
static int execute (double precision)
-
static std::list< WeakPtr
< VObject > > getScheduledList ()
-
static int isRunning ()
- If non-zero, then the schedule is already running.
- static bool schedule (const RefPtr< VObject > &what, double precision, const RefPtr< ValuePool > &Context=NullPtr())
- Add an object to a list of objects that is to be requested() soon.
Detailed Description
Scheduler for VISH Objects.
Member Function Documentation
bool Wizt::VScheduler::schedule |
( |
const RefPtr< VObject > & |
what, |
|
|
double |
precision, |
|
|
const RefPtr< ValuePool > & |
Context = NullPtr() |
|
) |
| [static] |
Add an object to a list of objects that is to be requested() soon.
- Parameters:
-
Context | An optional context for executing the request on this object. |
The documentation for this class was generated from the following files:
- ocean/plankton/VScheduler.hpp
- ocean/plankton/VScheduler.cpp