Vuo  2.2.1
Classes | Macros
VuoRunner.hh File Reference

Description

VuoRunner interface.

Definition in file VuoRunner.hh.

Go to the source code of this file.

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. More...
 

Macro Definition Documentation

◆ VUO_UNUSED_VARIABLE

#define VUO_UNUSED_VARIABLE   __attribute__((unused))

Suppresses the warning for an unused variable.

Definition at line 334 of file VuoRunner.hh.