Vuo
0.4.1
|
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. | |
string | getVariableBaseName (void) |
Distinguishes the variable for the data from the variable for the event in data-and-event ports. | |
![]() | |
GlobalVariable * | variable |
The global variable in the generated code in which this argument is stored. | |
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. |