Vuo  0.4.4
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Macros
VuoRunner.hh File Reference

Description

VuoRunner interface.

Classes

class  VuoRunner
 This class runs a graph and manages communication with a graph produced by VuoCompiler. More...
 
class  VuoRunner::Port
 This class represents a published port in a graph. More...
 
class  VuoRunnerDelegate
 An abstract class to be implemented by a client that will receive telemetry data from the graph. More...
 
class  VuoRunnerDelegateAdapter
 A class provided for convenience when inheriting from VuoRunnerDelegate. More...
 

Macros

#define VUO_UNUSED_VARIABLE   __attribute__((unused))
 Suppresses the warning for an unused variable.