Vuo  0.4.3
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Friends | List of all members
VuoRunner::Port Class Reference

Description

This class represents a published port in a graph.

It maintains a list of the identifiers of internal ports within the graph for which the published port is an alias, but in contrast to a VuoPublishedPort object, does not maintain pointers to the actual port objects.

See Also
VuoPublishedPort

Public Member Functions

 Port (string name, VuoType *type)
 Creates a dummy published port that is not yet connected to any port in a running graph.
 
string getName (void)
 Returns the published port's name.
 
VuoTypegetType (void)
 Returns the published port's type, or null if the port is event-only.
 

Friends

class VuoRunner
 

Constructor & Destructor Documentation

VuoRunner::Port::Port ( string  name,
VuoType type 
)

Creates a dummy published port that is not yet connected to any port in a running graph.

Parameters
nameThe published port's name.
typeThe published port's data type, or null if the port is event-only.

The documentation for this class was generated from the following files: