Vuo  0.3
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
List of all members
VuoRunnerDelegateAdapter Class Reference

Description

A class provided for convenience when inheriting from VuoRunnerDelegate.

If inheriting from this class instead of VuoRunnerDelegate directly, the derived class does not need to implement all VuoRunnerDelegate methods.

Additional Inherited Members

- Public Member Functions inherited from VuoRunnerDelegate
virtual void receivedTelemetryStats (unsigned long utime, unsigned long stime)=0
 This delegate method is invoked twice per second, to provide a heartbeat indicating that the composition is still alive.
 
virtual void receivedTelemetryNodeExecutionStarted (string nodeIdentifier)=0
 This delegate method is invoked every time a node has started executing.
 
virtual void receivedTelemetryNodeExecutionFinished (string nodeIdentifier)=0
 This delegate method is invoked every time a node has finished executing.
 
virtual void receivedTelemetryEdgeHit (string edgeIdentifier)=0
 This delegate method is invoked every time an event has traversed a cable.
 
virtual void receivedTelemetryPortValueChanged (string portIdentifier, string valueAsString)=0
 This delegate method is invoked every time any output port value has changed.
 
virtual void receivedTelemetryPublishedPortValueChanged (VuoPublishedPort *port, string valueAsString)=0
 This delegate method is invoked every time any published output port value has changed.
 

The documentation for this class was generated from the following file: