Vuo 2.4.4
Loading...
Searching...
No Matches
Macros
node_header.h File Reference

Description

Prototypes for node class headers.

Definition in file node_header.h.

Go to the source code of this file.

Macros

#define VuoInstanceData(type)
 Use this to decorate parameters referring to a stateful node's instance data.
 
#define VuoInputData(type, ...)
 Use this to decorate parameters referring to the data part of a data-and-event input port.
 
#define VuoInputEvent(...)
 Use this to decorate parameters referring to an event-only input port or the event part of a data-and-event input port.
 
#define VuoOutputData(type, ...)
 Use this to decorate parameters referring to the data part of a data-and-event output port.
 
#define VuoOutputEvent(...)
 Use this to decorate parameters referring to an event-only output port or the event part of a data-and-event output port.
 
#define VuoOutputTrigger(name, type, ...)
 Use this to decorate parameters referring to a trigger output port.