Vuo  0.8.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Macros | Functions
module.h File Reference

Description

Prototypes for node class, type, and library module implementations.

Macros

#define VuoModuleMetadata(...)   const char *moduleDetails = #__VA_ARGS__
 Name, version, and behavior information to be defined by node classes, port types, and library modules.
 
#define MIN(a, b)   (((a)<(b))?(a):(b))
 Returns the smaller of a and b.
 
#define MAX(a, b)   (((a)>(b))?(a):(b))
 Returns the larger of a and b.
 

Functions

static void VuoStopComposition (void)
 Asynchronously stops the composition.
 

Macro Definition Documentation

#define MAX (   a,
 
)    (((a)>(b))?(a):(b))

Returns the larger of a and b.

#define MIN (   a,
 
)    (((a)<(b))?(a):(b))

Returns the smaller of a and b.

Function Documentation

static void VuoStopComposition ( void  )
inlinestatic

Asynchronously stops the composition.