Vuo  1.2.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | List of all members
VuoCompilerInputData Class Reference

Description

The data for a data-and-event input port.

Public Member Functions

 VuoCompilerInputData (VuoCompilerInputDataClass *dataClass)
 Creates a port data instance based on the specified dataClass.
 
void setInitialValue (string initialValueAsString)
 Sets the initial value of the port data.
 
string getInitialValue (void)
 Returns the string representation of the initial value of the port data.
 

Additional Inherited Members

- Protected Member Functions inherited from VuoCompilerData
 VuoCompilerData (VuoCompilerDataClass *dataClass)
 Creates an instance of data for a data-and-event port.
 

Constructor & Destructor Documentation

VuoCompilerInputData::VuoCompilerInputData ( VuoCompilerInputDataClass dataClass)

Creates a port data instance based on the specified dataClass.

Member Function Documentation

string VuoCompilerInputData::getInitialValue ( void  )

Returns the string representation of the initial value of the port data.

void VuoCompilerInputData::setInitialValue ( string  initialValueAsString)

Sets the initial value of the port data.

This is the value it has from the time that the composition begins executing until the first time the port data is overwritten.

Parameters
initialValueAsStringString representation of the initial value.

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