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

Description

VuoRunner interface.

Classes

class  VuoRunner
 This class runs and controls a composition that has been compiled and linked 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 messages 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.
 

Macro Definition Documentation

#define VUO_UNUSED_VARIABLE   __attribute__((unused))

Suppresses the warning for an unused variable.