Vuo  0.4.8
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VuoCompositionStub.c File Reference

Description

VuoCompositionStub implementation.

Functions

void setup (void)
 Normally defined in a composition's generated code.
 
void nodeInstanceInit (void)
 Normally defined in a composition's generated code.
 
void nodeInstanceFini (void)
 Normally defined in a composition's generated code.
 
void nodeInstanceCallbackStart (void)
 Normally defined in a composition's generated code.
 
void nodeInstanceCallbackStop (void)
 Normally defined in a composition's generated code.
 
char * getInputPortValue (char *portIdentifier, int shouldUseInterprocessSerialization)
 Normally defined in a composition's generated code.
 
char * getOutputPortValue (char *portIdentifier, int shouldUseInterprocessSerialization)
 Normally defined in a composition's generated code.
 
char * getInputPortSummary (char *portIdentifier)
 Normally defined in a composition's generated code.
 
char * getOutputPortSummary (char *portIdentifier)
 Normally defined in a composition's generated code.
 
void setInputPortValue (char *portIdentifier, char *valueAsString, int shouldUpdateCallbacks)
 Normally defined in a composition's generated code.
 
unsigned int getPublishedInputPortCount (void)
 Normally defined in a composition's generated code.
 
unsigned int getPublishedOutputPortCount (void)
 Normally defined in a composition's generated code.
 
char ** getPublishedInputPortNames (void)
 Normally defined in a composition's generated code.
 
char ** getPublishedOutputPortNames (void)
 Normally defined in a composition's generated code.
 
char ** getPublishedInputPortTypes (void)
 Normally defined in a composition's generated code.
 
char ** getPublishedOutputPortTypes (void)
 Normally defined in a composition's generated code.
 
int getPublishedInputPortConnectedIdentifierCount (char *name)
 Normally defined in a composition's generated code.
 
int getPublishedOutputPortConnectedIdentifierCount (char *name)
 Normally defined in a composition's generated code.
 
char ** getPublishedInputPortConnectedIdentifiers (char *name)
 Normally defined in a composition's generated code.
 
char ** getPublishedOutputPortConnectedIdentifiers (char *name)
 Normally defined in a composition's generated code.
 
void generatePublishedInputPortEvent (char *name)
 Normally defined in a composition's generated code.
 

Function Documentation

void generatePublishedInputPortEvent ( char *  name)

Normally defined in a composition's generated code.

Defined in the composition's generated code.

Defined here to prevent link errors when linking in VuoRuntime without also linking in a composition.

char* getInputPortSummary ( char *  portIdentifier)

Normally defined in a composition's generated code.

Defined in the composition's generated code.

Defined here to prevent link errors when linking in VuoRuntime without also linking in a composition.

char* getInputPortValue ( char *  portIdentifier,
int  shouldUseInterprocessSerialization 
)

Normally defined in a composition's generated code.

Defined in the composition's generated code.

Defined here to prevent link errors when linking in VuoRuntime without also linking in a composition.

char* getOutputPortSummary ( char *  portIdentifier)

Normally defined in a composition's generated code.

Defined in the composition's generated code.

Defined here to prevent link errors when linking in VuoRuntime without also linking in a composition.

char* getOutputPortValue ( char *  portIdentifier,
int  shouldUseInterprocessSerialization 
)

Normally defined in a composition's generated code.

Defined in the composition's generated code.

Defined here to prevent link errors when linking in VuoRuntime without also linking in a composition.

int getPublishedInputPortConnectedIdentifierCount ( char *  name)

Normally defined in a composition's generated code.

Defined in the composition's generated code.

Defined here to prevent link errors when linking in VuoRuntime without also linking in a composition.

char** getPublishedInputPortConnectedIdentifiers ( char *  name)

Normally defined in a composition's generated code.

Defined in the composition's generated code.

Defined here to prevent link errors when linking in VuoRuntime without also linking in a composition.

unsigned int getPublishedInputPortCount ( void  )

Normally defined in a composition's generated code.

Defined in the composition's generated code.

Defined here to prevent link errors when linking in VuoRuntime without also linking in a composition.

char** getPublishedInputPortNames ( void  )

Normally defined in a composition's generated code.

Defined in the composition's generated code.

Defined here to prevent link errors when linking in VuoRuntime without also linking in a composition.

char** getPublishedInputPortTypes ( void  )

Normally defined in a composition's generated code.

Defined in the composition's generated code.

Defined here to prevent link errors when linking in VuoRuntime without also linking in a composition.

int getPublishedOutputPortConnectedIdentifierCount ( char *  name)

Normally defined in a composition's generated code.

Defined in the composition's generated code.

Defined here to prevent link errors when linking in VuoRuntime without also linking in a composition.

char** getPublishedOutputPortConnectedIdentifiers ( char *  name)

Normally defined in a composition's generated code.

Defined in the composition's generated code.

Defined here to prevent link errors when linking in VuoRuntime without also linking in a composition.

unsigned int getPublishedOutputPortCount ( void  )

Normally defined in a composition's generated code.

Defined in the composition's generated code.

Defined here to prevent link errors when linking in VuoRuntime without also linking in a composition.

char** getPublishedOutputPortNames ( void  )

Normally defined in a composition's generated code.

Defined in the composition's generated code.

Defined here to prevent link errors when linking in VuoRuntime without also linking in a composition.

char** getPublishedOutputPortTypes ( void  )

Normally defined in a composition's generated code.

Defined in the composition's generated code.

Defined here to prevent link errors when linking in VuoRuntime without also linking in a composition.

void nodeInstanceCallbackStart ( void  )

Normally defined in a composition's generated code.

Defined in the composition's generated code.

Defined here to prevent link errors when linking in VuoRuntime without also linking in a composition.

void nodeInstanceCallbackStop ( void  )

Normally defined in a composition's generated code.

Defined in the composition's generated code.

Defined here to prevent link errors when linking in VuoRuntime without also linking in a composition.

void nodeInstanceFini ( void  )

Normally defined in a composition's generated code.

Defined in the composition's generated code.

Defined here to prevent link errors when linking in VuoRuntime without also linking in a composition.

void nodeInstanceInit ( void  )

Normally defined in a composition's generated code.

Defined in the composition's generated code.

Defined here to prevent link errors when linking in VuoRuntime without also linking in a composition.

void setInputPortValue ( char *  portIdentifier,
char *  valueAsString,
int  shouldUpdateCallbacks 
)

Normally defined in a composition's generated code.

Defined in the composition's generated code.

Defined here to prevent link errors when linking in VuoRuntime without also linking in a composition.

void setup ( void  )

Normally defined in a composition's generated code.

Defined in the composition's generated code.

Defined here to prevent link errors when linking in VuoRuntime without also linking in a composition.