Vuo  1.2.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
Node Methods: Stateless

Description

Event handler method to be implemented by node classes.

Functions

void nodeEvent (...)
 This function is called each time the node receives an event.
 

Function Documentation

void nodeEvent (   ...)

This function is called each time the node receives an event.

It's responsible for performing whatever task the node does; it takes any input data and events, processes them, and sets or fires any output data and events.

This function is called once per event received by the node (even if the event is received through multiple input ports).

Parameter decorations may include:

This function should not modify heap data provided via VuoInputData. See Developing Node Classes for more information.