Vuo  2.0.0
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.

Definition at line 338 of file VuoRunner.hh.

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. More...
 
virtual void receivedTelemetryNodeExecutionStarted (string compositionIdentifier, string nodeIdentifier)=0
 This delegate method is invoked every time a node has started executing. More...
 
virtual void receivedTelemetryNodeExecutionFinished (string compositionIdentifier, string nodeIdentifier)=0
 This delegate method is invoked every time a node has finished executing. More...
 
virtual void receivedTelemetryInputPortUpdated (string compositionIdentifier, string portIdentifier, bool receivedEvent, bool receivedData, string dataSummary)=0
 This delegate method is invoked every time any input port receives an event or data. More...
 
virtual void receivedTelemetryOutputPortUpdated (string compositionIdentifier, string portIdentifier, bool sentEvent, bool sentData, string dataSummary)=0
 This delegate method is invoked every time any output port transmits/fires an event or data. More...
 
virtual void receivedTelemetryPublishedOutputPortUpdated (VuoRunner::Port *port, bool sentData, string dataSummary)=0
 This delegate method is invoked every time any published output port in the top-level composition transmits an event. More...
 
virtual void receivedTelemetryEventDropped (string compositionIdentifier, string portIdentifier)=0
 This delegate method is invoked every time any trigger port drops an event. More...
 
virtual void receivedTelemetryError (string message)=0
 This delegate method is invoked every time an uncaught error occurs in the composition. More...
 

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