Vuo
1.2.0
|
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 | |
![]() | |
VuoCompilerData (VuoCompilerDataClass *dataClass) | |
Creates an instance of data for a data-and-event port. | |
VuoCompilerInputData::VuoCompilerInputData | ( | VuoCompilerInputDataClass * | dataClass | ) |
Creates a port data instance based on the specified dataClass
.
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.
initialValueAsString | String representation of the initial value. |