The Vish Visualization Shell 0.3
Vish
Static Public Member Functions | List of all members
Wizt::VScheduler Class Reference

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.
 

Detailed Description

Scheduler for VISH Objects.

Member Function Documentation

◆ schedule()

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
ContextAn optional context for executing the request on this object.

Referenced by Wizt::VAction::emitAction(), Wizt::RemoteVish::request(), and Wizt::VObject::schedule().