|
The Vish Visualization Shell 0.3
Vish
|
Scheduler for VISH Objects. More...
#include <ocean/plankton/VScheduler.hpp>
Static Public Member Functions | |
| 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. | |
Scheduler for VISH Objects.
|
static |
Add an object to a list of objects that is to be requested() soon.
| Context | An optional context for executing the request on this object. |
Referenced by Wizt::VAction::emitAction(), Wizt::RemoteVish::request(), and Wizt::VObject::schedule().