Vuo  0.4.5
 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 composition and manages communication with a composition produced by VuoCompiler. More...
 
class  VuoRunner::Port
 This class represents a published port in a composition. More...
 
class  VuoRunnerDelegate
 An abstract class to be implemented by a client that will receive telemetry data from the composition. 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.