Vuo
0.4.3
|
A published input port.
Public Member Functions | |
VuoCompilerPublishedInputPort (string name, const set< VuoCompilerPort * > &connectedPorts, VuoCompilerTriggerPort *triggerPort) | |
Creates a published port that is not connected to any port in a composition. | |
VuoPort * | getVuoPseudoPort (void) |
Returns the base port belonging to the "vuo.in" pseudo-node and associated with this published port. | |
VuoCompilerTriggerPort * | getTriggerPort (void) |
Returns the trigger port that implements events fired via this published port. | |
void | setTriggerPort (VuoCompilerTriggerPort *port) |
Sets the trigger port that implements events fired via this published port. | |
![]() | |
set< string > | getConnectedPortIdentifiers (void) |
Returns the identifiers of the internal ports for which this published port is an alias. | |
![]() | |
VuoBaseDetail (string description, VuoPublishedPort *base) | |
Creates a VuoPublishedPort detail class. | |
VuoPublishedPort * | getBase (void) const |
Returns the VuoPublishedPort detail class instance's base class instance. | |
void | setBase (VuoPublishedPort *base) |
Sets the VuoPublishedPort detail class instance's base class instance. | |
Additional Inherited Members | |
![]() | |
VuoCompilerPublishedPort (string name, bool isOutput, const set< VuoCompilerPort * > &connectedPorts=set< VuoCompilerPort * >()) | |
Creates a published port that is not connected to any port in a running composition. | |
VuoCompilerPublishedInputPort::VuoCompilerPublishedInputPort | ( | string | name, |
const set< VuoCompilerPort * > & | connectedPorts, | ||
VuoCompilerTriggerPort * | triggerPort | ||
) |
Creates a published port that is not connected to any port in a composition.
name | A name for the published port. |
connectedPorts | A non-empty set of ports, all having the same data type. |
triggerPort | The trigger port that implements events fired via this published port. |